Package | Description |
---|---|
org.glassfish.jersey.internal.config |
Configuration factory to handle external properties from different config SPI implementations
|
org.glassfish.jersey.microprofile.config |
Support for microprofile external configurations in Jersey
Configuration properties for Jersey (client/server/common) could be passed from different sources
using this implementation
|
org.glassfish.jersey.spi |
Common Jersey service provider contract (SPI) classes.
|
Modifier and Type | Class and Description |
---|---|
class |
SystemPropertiesConfigurationModel
The External Configuration Model that supports
System properties. |
Modifier and Type | Field and Description |
---|---|
protected ExternalConfigurationModel<?> |
ExternalConfigurationProviderImpl.model |
Modifier and Type | Method and Description |
---|---|
ExternalConfigurationModel |
ExternalConfigurationProviderImpl.getConfiguration() |
ExternalConfigurationModel |
ExternalConfigurationProviderImpl.merge(ExternalConfigurationModel input) |
ExternalConfigurationModel |
SystemPropertiesConfigurationModel.mergeProperties(Map<String,Object> inputProperties) |
Modifier and Type | Method and Description |
---|---|
ExternalConfigurationModel |
ExternalConfigurationProviderImpl.merge(ExternalConfigurationModel input) |
Constructor and Description |
---|
ExternalConfigurationProviderImpl(ExternalConfigurationModel<?> model) |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationModel<CONFIG extends org.eclipse.microprofile.config.Config>
Generic class which implements default properties provider's logic and wraps not used methods from ExtConfig
|
Modifier and Type | Method and Description |
---|---|
ExternalConfigurationModel |
ConfigurationModel.mergeProperties(Map<String,Object> inputProperties) |
Modifier and Type | Method and Description |
---|---|
ExternalConfigurationModel |
ExternalConfigurationProvider.getConfiguration()
obrain model object which has direct access to external configuration
|
ExternalConfigurationModel |
ExternalConfigurationProvider.merge(ExternalConfigurationModel input)
Merge properties from other provider/model
|
ExternalConfigurationModel |
ExternalConfigurationModel.mergeProperties(Map<String,Object> inputProperties)
Merge properties from other (found) external configuration.
|
Modifier and Type | Method and Description |
---|---|
ExternalConfigurationModel |
ExternalConfigurationProvider.merge(ExternalConfigurationModel input)
Merge properties from other provider/model
|
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.