|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InjectionResolverQuery
| Method Summary | ||
|---|---|---|
|
getValue(java.lang.Object component,
Inhabitant<?> onBehalfOf,
java.lang.reflect.AnnotatedElement annotated,
java.lang.reflect.Type genericType,
java.lang.Class<V> type)
Returns the value to inject in the field or method of component annotated with the annotated annotation. |
|
| Method Detail |
|---|
<V> V getValue(java.lang.Object component,
Inhabitant<?> onBehalfOf,
java.lang.reflect.AnnotatedElement annotated,
java.lang.reflect.Type genericType,
java.lang.Class<V> type)
throws ComponentException
component - injection target instanceonBehalfOf - inhabitant doing the injection forannotated - is the annotated java element Method
or FieldgenericType - the generic type of the expected returntype - type of the expected return
ComponentException - if the resource cannot be located.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||