| 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,
java.lang.annotation.Annotation inject,
java.lang.reflect.AnnotatedElement injectionPoint,
java.lang.Throwable 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,
java.util.concurrent.ExecutorService es,
InjectionResolver... targets)
Initializes the component by performing injection.
|
void |
InjectionManager.inject(java.lang.Object component,
InjectionResolver... targets)
Initializes the component by performing injection.
|
protected void |
InjectionManager.syncDoInject(java.lang.Object component,
java.lang.Class type,
InjectionResolver... targets)
Initializes the component by performing injection.
|
| Constructor and Description |
|---|
InjectionManager.InjectContext(java.lang.Object component,
java.lang.Class type,
java.util.concurrent.ExecutorService es,
InjectionResolver[] targets) |
InjectionManager.InjectField(InjectionManager.InjectClass iClass,
java.lang.reflect.Field field,
java.lang.annotation.Annotation inject,
InjectionResolver target) |
InjectionManager.InjectMethod(InjectionManager.InjectClass iClass,
java.lang.reflect.Method method,
java.lang.annotation.Annotation inject,
InjectionResolver target) |
Copyright © 2013 Oracle Corporation. All Rights Reserved.