|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InjectionPoint
Used to describe the injection point and context of the injection.
ContextualFactory| Method Summary | |
|---|---|
java.lang.reflect.AnnotatedElement |
getAnnotatedElement()
The member being injected |
java.lang.Object |
getComponent()
The component instance being injected |
Inhabitant<?> |
getInhabitant()
The inhabitant on behalf of the component being injected. |
org.jvnet.hk2.annotations.Inject |
getInject()
The inject annotation (provided for convenience) to get name and/or optional flag, etc. |
java.lang.Class<?> |
getType()
The type of the field that needs to be injected |
| Method Detail |
|---|
java.lang.Object getComponent()
java.lang.reflect.AnnotatedElement getAnnotatedElement()
java.lang.Class<?> getType()
org.jvnet.hk2.annotations.Inject getInject()
Inhabitant<?> getInhabitant()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||