public interface InjectionResolverQuery
| Modifier and Type | Method and Description |
|---|---|
<V> V |
getValue(java.lang.Object component,
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.
|
<V> V getValue(java.lang.Object component,
java.lang.reflect.AnnotatedElement annotated,
java.lang.reflect.Type genericType,
java.lang.Class<V> type)
throws MultiException
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 returnMultiException - if the resource cannot be located.Copyright © 2013 Oracle Corporation. All Rights Reserved.