Uses of Interface
org.glassfish.jersey.spi.ExternalConfigurationProvider
Packages that use ExternalConfigurationProvider
Package
Description
Configuration factory to handle external properties from different config SPI implementations
Support for microprofile external configurations in Jersey
Configuration properties for Jersey (client/server/common) could be passed from different sources
using this implementation
-
Uses of ExternalConfigurationProvider in org.glassfish.jersey.internal.config
Classes in org.glassfish.jersey.internal.config that implement ExternalConfigurationProviderMethod parameters in org.glassfish.jersey.internal.config with type arguments of type ExternalConfigurationProviderModifier and TypeMethodDescriptionstatic boolean
ExternalPropertiesConfigurationFactory.configure
(BiConsumer<String, Object> config, List<ExternalConfigurationProvider> externalConfigurationProviders) Key Value pairs gathered byExternalConfigurationProvider
s are applied to a givenconfig
. -
Uses of ExternalConfigurationProvider in org.glassfish.jersey.microprofile.config
Classes in org.glassfish.jersey.microprofile.config that implement ExternalConfigurationProvider