|
||||||||||
| 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 |
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,
Annotation inject,
AnnotatedElement injectionPoint,
Exception e)
|
void |
InjectionManager.inject(Object component,
Class type,
InjectionResolver... targets)
Initializes the component by performing injection. |
void |
InjectionManager.inject(Object component,
Inhabitant<?> onBehalfOf,
Class type,
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||