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

Packages that use InjectionResolver
com.sun.hk2.component   
org.jvnet.hk2.component   
 

Uses of InjectionResolver in com.sun.hk2.component
 

Subclasses of InjectionResolver in com.sun.hk2.component
 class InjectInjectionResolver
          Deprecated. 
 

Methods in com.sun.hk2.component that return InjectionResolver
protected  InjectionResolver[] AbstractCreatorImpl.getInjectionResolvers(T t, ServiceLocator h)
          Deprecated. TODO: JRW This is another one that is going to need some thought
 

Uses of InjectionResolver in org.jvnet.hk2.component
 

Fields in org.jvnet.hk2.component declared as InjectionResolver
 InjectionResolver[] InjectionManager.InjectContext.targets
           
 

Methods in org.jvnet.hk2.component that return types with arguments of type InjectionResolver
static List<Inhabitant<? extends InjectionResolver>> Creators.getAllInjectionResolvers(ServiceLocator habitat)
          Deprecated. Returns all currently available injection annotations
 

Methods in org.jvnet.hk2.component with parameters of type InjectionResolver
protected  void InjectionManager.error_injectionException(InjectionResolver target, Annotation inject, AnnotatedElement injectionPoint, Throwable e)
          Deprecated.  
 void InjectionManager.inject(Object component, Class type, InjectionResolver... targets)
          Deprecated. Initializes the component by performing injection.
 void InjectionManager.inject(Object component, Inhabitant<?> onBehalfOf, ExecutorService es, InjectionResolver... targets)
          Deprecated. Initializes the component by performing injection.
 void InjectionManager.inject(Object component, Inhabitant<?> onBehalfOf, InjectionResolver... targets)
          Deprecated. Initializes the component by performing injection.
 void InjectionManager.inject(Object component, InjectionResolver... targets)
          Deprecated. Initializes the component by performing injection.
protected  void InjectionManager.syncDoInject(Object component, Inhabitant<?> onBehalfOf, Class type, InjectionResolver... targets)
          Deprecated. Initializes the component by performing injection.
 

Constructors in org.jvnet.hk2.component with parameters of type InjectionResolver
InjectionManager.InjectContext(Object component, Inhabitant<?> onBehalfOf, Class type, ExecutorService es, InjectionResolver[] targets)
           
InjectionManager.InjectField(InjectionManager.InjectClass iClass, Field field, Annotation inject, InjectionResolver target)
           
InjectionManager.InjectMethod(InjectionManager.InjectClass iClass, Method method, Annotation inject, InjectionResolver target)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.