public class ConfigurationWrapper extends Object implements javax.ws.rs.core.Configuration
| Modifier and Type | Field and Description |
|---|---|
protected Map<Class<?>,Map<Class<?>,Integer>> |
localClassContracts |
| Constructor and Description |
|---|
ConfigurationWrapper(javax.ws.rs.core.Configuration delegate) |
| Modifier and Type | Method and Description |
|---|---|
Set<Class<?>> |
getClasses() |
Map<Class<?>,Integer> |
getContracts(Class<?> componentClass) |
Set<Object> |
getInstances() |
Map<String,Object> |
getProperties() |
Object |
getProperty(String name) |
Collection<String> |
getPropertyNames() |
javax.ws.rs.RuntimeType |
getRuntimeType() |
boolean |
isEnabled(Class<? extends javax.ws.rs.core.Feature> featureClass) |
boolean |
isEnabled(javax.ws.rs.core.Feature feature) |
boolean |
isRegistered(Class<?> componentClass) |
boolean |
isRegistered(Object component) |
void |
registerLocalContract(Class<?> provider,
Map<Class<?>,Integer> contracts) |
public ConfigurationWrapper(javax.ws.rs.core.Configuration delegate)
public javax.ws.rs.RuntimeType getRuntimeType()
getRuntimeType in interface javax.ws.rs.core.Configurationpublic Map<String,Object> getProperties()
getProperties in interface javax.ws.rs.core.Configurationpublic Object getProperty(String name)
getProperty in interface javax.ws.rs.core.Configurationpublic Collection<String> getPropertyNames()
getPropertyNames in interface javax.ws.rs.core.Configurationpublic boolean isEnabled(javax.ws.rs.core.Feature feature)
isEnabled in interface javax.ws.rs.core.Configurationpublic boolean isEnabled(Class<? extends javax.ws.rs.core.Feature> featureClass)
isEnabled in interface javax.ws.rs.core.Configurationpublic boolean isRegistered(Object component)
isRegistered in interface javax.ws.rs.core.Configurationpublic boolean isRegistered(Class<?> componentClass)
isRegistered in interface javax.ws.rs.core.Configurationpublic Map<Class<?>,Integer> getContracts(Class<?> componentClass)
getContracts in interface javax.ws.rs.core.Configurationpublic Set<Class<?>> getClasses()
getClasses in interface javax.ws.rs.core.Configurationpublic Set<Object> getInstances()
getInstances in interface javax.ws.rs.core.ConfigurationCopyright © 2020 JBoss by Red Hat. All rights reserved.