Package | Description |
---|---|
org.jvnet.hk2.config |
Modifier and Type | Field and Description |
---|---|
InjectionResolver[] |
InjectionManager.InjectContext.targets |
Modifier and Type | Method and Description |
---|---|
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,
ExecutorService es,
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,
Class type,
InjectionResolver... targets)
Initializes the component by performing injection.
|
Constructor and Description |
---|
InjectContext(Object component,
Class type,
ExecutorService es,
InjectionResolver[] targets) |
InjectField(InjectionManager.InjectClass iClass,
Field field,
Annotation inject,
InjectionResolver target) |
InjectMethod(InjectionManager.InjectClass iClass,
Method method,
Annotation inject,
InjectionResolver target) |
Copyright © 2009–2016 Oracle Corporation. All rights reserved.