Uses of Class
org.glassfish.jersey.model.internal.ImmutableCommonConfig
-
Packages that use ImmutableCommonConfig Package Description org.glassfish.jersey.model.internal Common Jersey internal model related classes and interfaces. -
-
Uses of ImmutableCommonConfig in org.glassfish.jersey.model.internal
Methods in org.glassfish.jersey.model.internal that return ImmutableCommonConfig Modifier and Type Method Description ImmutableCommonConfig
ImmutableCommonConfig. property(java.lang.String name, java.lang.Object value)
ImmutableCommonConfig
ImmutableCommonConfig. register(java.lang.Class<?> componentClass)
ImmutableCommonConfig
ImmutableCommonConfig. register(java.lang.Class<?> componentClass, int bindingPriority)
ImmutableCommonConfig
ImmutableCommonConfig. register(java.lang.Class<?> componentClass, java.lang.Class<?>... contracts)
ImmutableCommonConfig
ImmutableCommonConfig. register(java.lang.Object component)
ImmutableCommonConfig
ImmutableCommonConfig. register(java.lang.Object component, int bindingPriority)
ImmutableCommonConfig
ImmutableCommonConfig. register(java.lang.Object component, java.lang.Class<?>... contracts)
ImmutableCommonConfig
ImmutableCommonConfig. setProperties(java.util.Map<java.lang.String,?> properties)
-