public interface FieldInjectionPointAttributes<T,X> extends WeldInjectionPointAttributes<T,java.lang.reflect.Field>
| Modifier and Type | Method and Description |
|---|---|
AnnotatedField<X> |
getAnnotated()
Obtain an instance of
AnnotatedField or
AnnotatedParameter, depending upon whether the injection point is an injected field
or a constructor/method parameter. |
java.lang.reflect.Field |
getMember()
Get the
Field object in the case of field injection, the Method
object in the case of method parameter injection or the Constructor object in the case of
constructor parameter injection. |
getQualifiergetBean, getQualifiers, getType, isDelegate, isTransientAnnotatedField<X> getAnnotated()
InjectionPointAnnotatedField or
AnnotatedParameter, depending upon whether the injection point is an injected field
or a constructor/method parameter.getAnnotated in interface InjectionPointAnnotatedField or AnnotatedParameterjava.lang.reflect.Field getMember()
InjectionPointField object in the case of field injection, the Method
object in the case of method parameter injection or the Constructor object in the case of
constructor parameter injection.getMember in interface InjectionPointCopyright © 2015. All Rights Reserved.