public class ForwardingFieldInjectionPointAttributes<T,X> extends AbstractForwardingInjectionPointAttributes<T,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() |
Field |
getMember() |
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()
getAnnotated in interface InjectionPointgetAnnotated in interface FieldInjectionPointAttributes<T,X>getAnnotated in class ForwardingInjectionPointpublic Field getMember()
getMember in interface InjectionPointgetMember in interface FieldInjectionPointAttributes<T,X>getMember in class ForwardingInjectionPointCopyright © 2014. All Rights Reserved.