|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
| Methods in com.sun.hk2.component that return InjectionResolver | |
|---|---|
protected InjectionResolver[] |
AbstractCreatorImpl.getInjectionResolvers(T t,
Habitat h)
|
| 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(Habitat habitat)
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)
|
void |
InjectionManager.inject(Object component,
Class type,
InjectionResolver... targets)
Initializes the component by performing injection. |
void |
InjectionManager.inject(Object component,
Inhabitant<?> onBehalfOf,
ExecutorService es,
InjectionResolver... targets)
Initializes the component by performing injection. |
void |
InjectionManager.inject(Object component,
Inhabitant<?> onBehalfOf,
InjectionResolver... targets)
Initializes the component by performing injection. |
void |
InjectionManager.inject(Object component,
InjectionResolver... targets)
Initializes the component by performing injection. |
protected void |
InjectionManager.syncDoInject(Object component,
Inhabitant<?> onBehalfOf,
Class type,
InjectionResolver... targets)
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)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||