Uses of Interface
org.glassfish.hk2.api.Injectee

Packages that use Injectee
com.sun.hk2.component   
org.glassfish.examples.http   
org.glassfish.hk2.api   
org.glassfish.hk2.utilities   
org.jvnet.hk2.component   
org.jvnet.hk2.config   
org.jvnet.hk2.internal   
org.jvnet.hk2.testing.junit.internal   
 

Uses of Injectee in com.sun.hk2.component
 

Methods in com.sun.hk2.component that return types with arguments of type Injectee
 List<Injectee> ExistingSingletonInhabitant.getInjectees()
          Deprecated.  
 

Uses of Injectee in org.glassfish.examples.http
 

Methods in org.glassfish.examples.http with parameters of type Injectee
 Object AlternateInjectResolver.resolve(Injectee injectee, ServiceHandle<?> root)
           
 

Uses of Injectee in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return Injectee
 Injectee ValidationInformation.getInjectee()
          On a LOOKUP operation if the lookup is being performed due to an injection point (as opposed to a lookup via the API) then this method will return a non-null Injectee that is the injection point that would be injected into
 Injectee ErrorInformation.getInjectee()
          This will contain information about the Injectee that was being injected into when the error occurred.
 

Methods in org.glassfish.hk2.api that return types with arguments of type Injectee
 List<Injectee> ActiveDescriptor.getInjectees()
          Returns the full list of Injectees this class has.
 Map<Injectee,Object> InstanceLifecycleEvent.getKnownInjectees()
          A map from the Injectee to the object actually used in the production, if known.
 

Methods in org.glassfish.hk2.api with parameters of type Injectee
 ActiveDescriptor<?> ServiceLocator.getInjecteeDescriptor(Injectee injectee)
          This method will first find a descriptor for this injectee, and then reify that descriptor.
<T> ServiceHandle<T>
ServiceLocator.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee)
          Gets a service handle that can be used to get and destroy the returned service.
 boolean JustInTimeInjectionResolver.justInTimeResolution(Injectee failedInjectionPoint)
          This method will be called whenever an injection point cannot be resolved.
 ActiveDescriptor<?> ServiceLocator.reifyDescriptor(Descriptor descriptor, Injectee injectee)
          Converts a descriptor to an ActiveDescriptor.
 Object InjectionResolver.resolve(Injectee injectee, ServiceHandle<?> root)
          This method will return the object that should be injected into the given injection point.
 

Uses of Injectee in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that return types with arguments of type Injectee
 List<Injectee> AbstractActiveDescriptor.getInjectees()
           
 List<Injectee> AliasDescriptor.getInjectees()
           
 

Uses of Injectee in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type Injectee
 ActiveDescriptor<?> Habitat.getInjecteeDescriptor(Injectee injectee)
          Deprecated.  
<T> ServiceHandle<T>
Habitat.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee)
          Deprecated.  
 ActiveDescriptor<?> Habitat.reifyDescriptor(Descriptor descriptor, Injectee injectee)
          Deprecated.  
 

Uses of Injectee in org.jvnet.hk2.config
 

Methods in org.jvnet.hk2.config that return types with arguments of type Injectee
 List<Injectee> Dom.getInjectees()
           
 

Uses of Injectee in org.jvnet.hk2.internal
 

Classes in org.jvnet.hk2.internal that implement Injectee
 class InjecteeImpl
           
 

Methods in org.jvnet.hk2.internal that return Injectee
 Injectee ErrorInformationImpl.getInjectee()
           
 Injectee ValidationInformationImpl.getInjectee()
           
 

Methods in org.jvnet.hk2.internal that return types with arguments of type Injectee
static List<Injectee> Utilities.getConstructorInjectees(Constructor<?> c)
          Returns all the injectees for a constructor
static List<Injectee> Utilities.getFieldInjectees(Field f)
          Returns the injectees for a field
 List<Injectee> SystemDescriptor.getInjectees()
           
 List<Injectee> Creator.getInjectees()
          Returns all the injectees needed prior to creating this object
 List<Injectee> AutoActiveDescriptor.getInjectees()
           
 List<Injectee> ClazzCreator.getInjectees()
           
 List<Injectee> FactoryCreator.getInjectees()
           
 Map<Injectee,Object> InstanceLifecycleEventImpl.getKnownInjectees()
           
static List<Injectee> Utilities.getMethodInjectees(Method c)
          Returns all the injectees for a constructor
 

Methods in org.jvnet.hk2.internal with parameters of type Injectee
 ActiveDescriptor<?> ServiceLocatorImpl.getInjecteeDescriptor(Injectee injectee)
           
<T> ServiceHandle<T>
ServiceLocatorImpl.getServiceHandle(ActiveDescriptor<T> activeDescriptor, Injectee injectee)
           
static Class<?> Utilities.loadClass(String implementation, Injectee injectee)
          Load the given class for the given injectee.
 ActiveDescriptor<?> ServiceLocatorImpl.reifyDescriptor(Descriptor descriptor, Injectee injectee)
           
 Object ThreeThirtyResolver.resolve(Injectee injectee, ServiceHandle<?> root)
           
 

Method parameters in org.jvnet.hk2.internal with type arguments of type Injectee
static void Utilities.validateSelfInjectees(ActiveDescriptor<?> givenDescriptor, List<Injectee> injectees, Collector collector)
          This method validates a list of injectees to ensure that any self injectees have the proper set of requirements.
 

Constructors in org.jvnet.hk2.internal with parameters of type Injectee
ValidationInformationImpl(Operation operation, ActiveDescriptor<?> candidate, Injectee injectee, Filter filter)
          Creates the validation information
 

Uses of Injectee in org.jvnet.hk2.testing.junit.internal
 

Methods in org.jvnet.hk2.testing.junit.internal with parameters of type Injectee
 boolean JustInTimeInjectionResolverImpl.justInTimeResolution(Injectee failedInjectionPoint)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.