public class ForwardingFieldInjectionPointAttributes<T,X> extends AbstractForwardingInjectionPointAttributes<T,java.lang.reflect.Field> implements FieldInjectionPointAttributes<T,X>
WeldInjectionPointAttributes that forwards calls to an extension-provided InjectionPoint
implementation.| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingFieldInjectionPointAttributes(InjectionPoint delegate) |
| 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. |
static <T,X> FieldInjectionPointAttributes<T,X> |
of(InjectionPoint ip) |
delegate, getQualifierequals, getBean, getQualifiers, getType, hashCode, isDelegate, isTransient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetQualifiergetBean, getQualifiers, getType, isDelegate, isTransientprotected ForwardingFieldInjectionPointAttributes(InjectionPoint delegate)
public static <T,X> FieldInjectionPointAttributes<T,X> of(InjectionPoint ip)
public AnnotatedField<X> getAnnotated()
InjectionPointAnnotatedField or
AnnotatedParameter, depending upon whether the injection point is an injected field
or a constructor/method parameter.getAnnotated in interface InjectionPointgetAnnotated in interface FieldInjectionPointAttributes<T,X>getAnnotated in class ForwardingInjectionPointAnnotatedField or AnnotatedParameterpublic java.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 InjectionPointgetMember in interface FieldInjectionPointAttributes<T,X>getMember in class ForwardingInjectionPointCopyright © 2014. All Rights Reserved.