Uses of Interface
com.sun.jersey.spi.inject.Injectable

Packages that use Injectable
com.sun.jersey.spi.inject   
com.sun.jersey.spi.resource Classes that define the contract for a resource provider. 
 

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

Classes in com.sun.jersey.spi.inject that implement Injectable
 class SingletonTypeInjectableProvider<A extends Annotation,T>
          A utility class that may implemented to support an singleton injectable provider for a specific type T, and an instance of type T, that is to be injected.
 

Methods in com.sun.jersey.spi.inject that return Injectable
 Injectable InjectableProvider.getInjectable(ComponentContext ic, A a, C c)
          Get an injectable.
 Injectable SingletonTypeInjectableProvider.getInjectable(ComponentContext ic, A a, java.lang.reflect.Type c)
           
 

Uses of Injectable in com.sun.jersey.spi.resource
 

Methods in com.sun.jersey.spi.resource that return Injectable
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, ComponentProvider.Scope s)
          Get an injectable.
<A extends java.lang.annotation.Annotation,C>
Injectable
InjectableProviderContext.getInjectable(java.lang.Class<? extends java.lang.annotation.Annotation> ac, ComponentContext ic, A a, C c, java.util.List<ComponentProvider.Scope> s)
          Get an injectable.
 Injectable InjectableProviderContext.getInjectable(Parameter p)
          Get an injectable given a parameter.
 

Methods in com.sun.jersey.spi.resource that return types with arguments of type Injectable
 java.util.List<Injectable> InjectableProviderContext.getInjectable(java.util.List<Parameter> ps)
          Get a list of injectable given a list of parameter.