Uses of Class
com.sun.hk2.component.InjectionResolver

Packages that use InjectionResolver
com.sun.hk2.component Dependency injection implementation for HK2. 
org.jvnet.hk2.component Primary API surface of HK2. Start with Habitat
 

Uses of InjectionResolver in com.sun.hk2.component
 

Subclasses of InjectionResolver in com.sun.hk2.component
 class InjectInjectionResolver
          InjectInjectionResolver, handles all Inject annotations
 class LeadInjectionResolver
          Deprecated. this is scheduled for removal
 

Uses of InjectionResolver in org.jvnet.hk2.component
 

Methods in org.jvnet.hk2.component with parameters of type InjectionResolver
protected  void InjectionManager.error_injectionException(InjectionResolver target, java.lang.annotation.Annotation inject, java.lang.reflect.AnnotatedElement injectionPoint, java.lang.Exception e)
           
 void InjectionManager.inject(java.lang.Object component, java.lang.Class type, InjectionResolver... targets)
          Initializes the component by performing injection.
 void InjectionManager.inject(java.lang.Object component, Inhabitant<?> onBehalfOf, java.lang.Class type, InjectionResolver... targets)
          Initializes the component by performing injection.
 void InjectionManager.inject(java.lang.Object component, Inhabitant<?> onBehalfOf, InjectionResolver... targets)
          Initializes the component by performing injection.
 void InjectionManager.inject(java.lang.Object component, InjectionResolver... targets)
          Initializes the component by performing injection.
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.