|
||||||||||
| 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 | |
|---|---|
AnnotatedElement |
getAnnotatedElement()
The member being injected |
Object |
getComponent()
The component instance being injected |
Inhabitant<?> |
getInhabitant()
The inhabitant on behalf of the component being injected. |
Inject |
getInject()
The inject annotation (provided for convenience) to get name and/or optional flag, etc. |
Class<?> |
getType()
The type of the field that needs to be injected |
| Method Detail |
|---|
Object getComponent()
AnnotatedElement getAnnotatedElement()
Class<?> getType()
Inject getInject()
Inhabitant<?> getInhabitant()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||