Uses of Class
javax.ws.rs.ConstrainedTo.Type

Packages that use ConstrainedTo.Type
javax.ws.rs High-level interfaces and annotations used to create RESTful service resources. 
org.glassfish.jersey.internal.inject Common Jersey internal injection utility classes. 
 

Uses of ConstrainedTo.Type in javax.ws.rs
 

Methods in javax.ws.rs that return ConstrainedTo.Type
static ConstrainedTo.Type ConstrainedTo.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static ConstrainedTo.Type[] ConstrainedTo.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ConstrainedTo.Type in org.glassfish.jersey.internal.inject
 

Methods in org.glassfish.jersey.internal.inject with parameters of type ConstrainedTo.Type
static void ProviderBinder.bindProviders(ProviderBag providerBag, ConstrainedTo.Type constrainedTo, java.util.Set<java.lang.Class<?>> registeredClasses, DynamicConfiguration dynamicConfiguration)
          Bind all providers contained in providerBag (classes and instances) using HK2 service locator.
static void ProviderBinder.bindProviders(ProviderBag providerBag, ConstrainedTo.Type constrainedTo, java.util.Set<java.lang.Class<?>> registeredClasses, ServiceLocator locator)
          Bind all providers contained in providerBag (classes and instances) using HK2 service locator.
static boolean Providers.checkProviderRuntime(java.lang.Class<?> provider, ConstrainedTo.Type runtimeConstraint, boolean scanned, boolean isResource)
          Check the provider whether it is appropriate correctly configured for client or server runtime.
static java.util.Set<java.lang.Class<?>> Providers.filterByConstraint(java.util.Set<java.lang.Class<?>> providers, ConstrainedTo.Type currentRuntime, java.util.Set<java.lang.Class<?>> registeredClasses)
          Filter provider instances removing all providers not targeted to the currentRuntime.
static java.util.Set<java.lang.Object> Providers.filterInstancesByConstraint(java.util.Set<java.lang.Object> providerInstances, ConstrainedTo.Type currentRuntime, java.util.Set<java.lang.Class<?>> registeredClasses)
          Filter provider instances removing all providers not targeted to the currentRuntime.
 



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