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
|
Modifier and Type | Class and Description |
---|---|
class |
ExternalConfigurationProviderImpl |
Modifier and Type | Method and Description |
---|---|
static boolean |
ExternalPropertiesConfigurationFactory.configure(BiConsumer<String,Object> config,
List<ExternalConfigurationProvider> externalConfigurationProviders)
Key Value pairs gathered by
ExternalConfigurationProvider s are applied to a given config . |
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationProvider |
Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.