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

Packages that use Injectee
org.glassfish.hk2.api   
org.glassfish.hk2.utilities   
 

Uses of Injectee in org.glassfish.hk2.api
 

Methods in org.glassfish.hk2.api that return Injectee
 Injectee ErrorInformation.getInjectee()
          This will contain information about the Injectee that was being injected into when the error occurred.
 Injectee UnsatisfiedDependencyException.getInjectee()
          Returns the injectee that is unsatisfied
 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
 

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.
 

Constructors in org.glassfish.hk2.api with parameters of type Injectee
UnsatisfiedDependencyException(Injectee injectee)
          Constructs the exception with the given injectee
 

Uses of Injectee in org.glassfish.hk2.utilities
 

Classes in org.glassfish.hk2.utilities that implement Injectee
 class InjecteeImpl
          This is a writeable version of the Injectee interface.
 

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

Constructors in org.glassfish.hk2.utilities with parameters of type Injectee
InjecteeImpl(Injectee copyMe)
          This is the copy constructor, which will copy all the values from the incoming Injectee
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.