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
-
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 booleanExternalPropertiesConfigurationFactory.configure(BiConsumer<String, Object> config, List<ExternalConfigurationProvider> externalConfigurationProviders) Key Value pairs gathered byExternalConfigurationProviders are applied to a givenconfig.