Uses of Interface
org.glassfish.jersey.ExtendedConfig
-
Packages that use ExtendedConfig Package Description org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces.org.glassfish.jersey.spi Common Jersey service provider contract (SPI) classes. -
-
Uses of ExtendedConfig in org.glassfish.jersey.model.internal
Classes in org.glassfish.jersey.model.internal that implement ExtendedConfig Modifier and Type Class Description classCommonConfigCommon immutableConfigurationimplementation for server and client.classImmutableCommonConfigImmutable runtime configuration.Methods in org.glassfish.jersey.model.internal that return ExtendedConfig Modifier and Type Method Description ExtendedConfigCommonConfig. getConfiguration() -
Uses of ExtendedConfig in org.glassfish.jersey.spi
Subinterfaces of ExtendedConfig in org.glassfish.jersey.spi Modifier and Type Interface Description interfaceExternalConfigurationModel<CONFIG>Model of configuration for external properties.
-