Uses of Class
org.glassfish.jersey.model.internal.ImmutableCommonConfig

Packages that use ImmutableCommonConfig
org.glassfish.jersey.model.internal   
 

Uses of ImmutableCommonConfig in org.glassfish.jersey.model.internal
 

Methods in org.glassfish.jersey.model.internal that return ImmutableCommonConfig
 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, java.lang.Class<?>... contracts)
           
 ImmutableCommonConfig ImmutableCommonConfig.register(java.lang.Class<?> componentClass, int bindingPriority)
           
 ImmutableCommonConfig ImmutableCommonConfig.register(java.lang.Object component)
           
 ImmutableCommonConfig ImmutableCommonConfig.register(java.lang.Object component, java.lang.Class<?>... contracts)
           
 ImmutableCommonConfig ImmutableCommonConfig.register(java.lang.Object component, int bindingPriority)
           
 ImmutableCommonConfig ImmutableCommonConfig.setProperties(java.util.Map<java.lang.String,?> properties)
           
 



Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.