|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@Deprecated public interface InjectionResolverQuery
Method Summary | ||
---|---|---|
|
getValue(Object component,
Inhabitant<?> onBehalfOf,
AnnotatedElement annotated,
Type genericType,
Class<V> type)
Deprecated. Returns the value to inject in the field or method of component annotated with the annotated annotation. |
Method Detail |
---|
<V> V getValue(Object component, Inhabitant<?> onBehalfOf, AnnotatedElement annotated, Type genericType, Class<V> type) throws ComponentException
component
- injection target instanceonBehalfOf
- inhabitant doing the injection forannotated
- is the annotated java element Method
or Field
genericType
- 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 |