Uses of Class
com.sun.jersey.spi.inject.ConstrainedToType

Packages that use ConstrainedToType
com.sun.jersey.core.spi.component Provides support for components. 
com.sun.jersey.spi.inject Provides support for injection onto resource and provider classes. 
 

Uses of ConstrainedToType in com.sun.jersey.core.spi.component
 

Constructor parameters in com.sun.jersey.core.spi.component with type arguments of type ConstrainedToType
ProviderServices(Class<? extends ConstrainedToType> constraintToType, ProviderFactory componentProviderFactory, Set<Class<?>> providers, Set<?> providerInstances)
          Create the provider services.
 

Uses of ConstrainedToType in com.sun.jersey.spi.inject
 

Subclasses of ConstrainedToType in com.sun.jersey.spi.inject
 class ClientSide
           
 class ServerSide
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.