Uses of Interface
org.glassfish.jersey.ExtendedConfig
Packages that use ExtendedConfig
Package
Description
Configuration factory to handle external properties from different config SPI implementations
Common Jersey internal model related classes and interfaces.
Common Jersey service provider contract (SPI) classes.
-
Uses of ExtendedConfig in org.glassfish.jersey.internal.config
Classes in org.glassfish.jersey.internal.config that implement ExtendedConfigModifier and TypeClassDescriptionclassThe External Configuration Model that supportsSystemproperties. -
Uses of ExtendedConfig in org.glassfish.jersey.model.internal
Classes in org.glassfish.jersey.model.internal that implement ExtendedConfigModifier and TypeClassDescriptionclassCommon immutableConfigurationimplementation for server and client.classImmutable runtime configuration.Methods in org.glassfish.jersey.model.internal that return ExtendedConfig -
Uses of ExtendedConfig in org.glassfish.jersey.spi
Subinterfaces of ExtendedConfig in org.glassfish.jersey.spiModifier and TypeInterfaceDescriptioninterfaceExternalConfigurationModel<CONFIG>Model of configuration for external properties.