Uses of Class
org.glassfish.jersey.model.internal.CommonConfig
Packages that use CommonConfig
Package
Description
Common Jersey internal model related classes and interfaces.
-
Uses of CommonConfig in org.glassfish.jersey.model.internal
Subclasses of CommonConfig in org.glassfish.jersey.model.internalMethods in org.glassfish.jersey.model.internal that return CommonConfigModifier and TypeMethodDescriptionCommonConfig.addProperties
(Map<String, ?> properties) Add properties toResourceConfig
.CommonConfig.loadFrom
(Configuration config) Load the internal configuration state from an externally provided configuration state.ImmutableCommonConfig.loadFrom
(Configuration config) CommonConfig.setProperties
(Map<String, ?> properties) Set the configured properties to the provided map of properties.Constructors in org.glassfish.jersey.model.internal with parameters of type CommonConfigModifierConstructorDescriptionCommonConfig
(CommonConfig config) Copy constructor.ImmutableCommonConfig
(CommonConfig config) Create new immutable copy of the original runtime configuration.ImmutableCommonConfig
(CommonConfig config, String modificationErrorMessage) Create new immutable copy of the original runtime configuration with a custom modification error message.