Uses of Interface
org.glassfish.jersey.spi.ExternalConfigurationProvider
-
Packages that use ExternalConfigurationProvider Package Description org.glassfish.jersey.internal.config 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 ExternalConfigurationProvider Modifier and Type Class Description classExternalConfigurationProviderImplMethod parameters in org.glassfish.jersey.internal.config with type arguments of type ExternalConfigurationProvider Modifier and Type Method Description static booleanExternalPropertiesConfigurationFactory. configure(BiConsumer<String,Object> config, List<ExternalConfigurationProvider> externalConfigurationProviders)Key Value pairs gathered byExternalConfigurationProviders are applied to a givenconfig.
-