public class ThreadLocalConfiguration extends AbstractRestThreadLocalProxy<Configuration>
Modifier | Constructor and Description |
---|---|
protected |
ThreadLocalConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.util.Set<java.lang.Class<?>> |
getClasses() |
java.util.Map<java.lang.Class<?>,java.lang.Integer> |
getContracts(java.lang.Class<?> componentClass) |
java.util.Set<java.lang.Object> |
getInstances() |
java.util.Map<java.lang.String,java.lang.Object> |
getProperties() |
java.lang.Object |
getProperty(java.lang.String name) |
java.util.Collection<java.lang.String> |
getPropertyNames() |
RuntimeType |
getRuntimeType() |
boolean |
isEnabled(Feature feature) |
boolean |
isRegistered(java.lang.Class<?> componentClass) |
boolean |
isRegistered(java.lang.Object component) |
find, get, remove, set
public RuntimeType getRuntimeType()
public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public java.lang.Object getProperty(java.lang.String name)
public java.util.Collection<java.lang.String> getPropertyNames()
public boolean isEnabled(Feature feature)
public boolean isRegistered(java.lang.Object component)
public boolean isRegistered(java.lang.Class<?> componentClass)
public java.util.Map<java.lang.Class<?>,java.lang.Integer> getContracts(java.lang.Class<?> componentClass)
public java.util.Set<java.lang.Class<?>> getClasses()
public java.util.Set<java.lang.Object> getInstances()