| Package | Description |
|---|---|
| org.glassfish.jersey.model.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableCommonConfig
Immutable runtime configuration.
|
| Modifier and Type | Method and Description |
|---|---|
CommonConfig |
CommonConfig.addProperties(Map<String,?> properties)
Add properties to
ResourceConfig. |
CommonConfig |
CommonConfig.register(Class<?> componentClass) |
CommonConfig |
CommonConfig.register(Class<?> componentClass,
Class<?>... contracts) |
CommonConfig |
CommonConfig.register(Class<?> componentClass,
int bindingPriority) |
CommonConfig |
ImmutableCommonConfig.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts) |
CommonConfig |
CommonConfig.register(Class<?> componentClass,
Map<Class<?>,Integer> contracts) |
CommonConfig |
CommonConfig.register(Object component) |
CommonConfig |
CommonConfig.register(Object component,
Class<?>... contracts) |
CommonConfig |
CommonConfig.register(Object component,
int bindingPriority) |
CommonConfig |
ImmutableCommonConfig.register(Object component,
Map<Class<?>,Integer> contracts) |
CommonConfig |
CommonConfig.register(Object component,
Map<Class<?>,Integer> contracts) |
CommonConfig |
ImmutableCommonConfig.replaceWith(Configuration config) |
CommonConfig |
CommonConfig.replaceWith(Configuration config) |
CommonConfig |
CommonConfig.setProperties(Map<String,?> properties)
Set the configured properties to the provided map of properties.
|
CommonConfig |
CommonConfig.setProperty(String name,
Object value) |
| Constructor and Description |
|---|
CommonConfig(CommonConfig config)
Copy constructor.
|
ImmutableCommonConfig(CommonConfig config)
Create new immutable copy of the original runtime configuration.
|
ImmutableCommonConfig(CommonConfig config,
String modificationErrorMessage)
Create new immutable copy of the original runtime configuration
with a custom modification error message.
|
Copyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.