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 ImmutableCommonConfigImmutableCommonConfig. property(java.lang.String name, java.lang.Object value)ImmutableCommonConfigImmutableCommonConfig. register(java.lang.Class<?> componentClass)ImmutableCommonConfigImmutableCommonConfig. register(java.lang.Class<?> componentClass, int bindingPriority)ImmutableCommonConfigImmutableCommonConfig. register(java.lang.Class<?> componentClass, java.lang.Class<?>... contracts)ImmutableCommonConfigImmutableCommonConfig. register(java.lang.Object component)ImmutableCommonConfigImmutableCommonConfig. register(java.lang.Object component, int bindingPriority)ImmutableCommonConfigImmutableCommonConfig. register(java.lang.Object component, java.lang.Class<?>... contracts)ImmutableCommonConfigImmutableCommonConfig. setProperties(java.util.Map<java.lang.String,?> properties)
-