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



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