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(javax.enterprise.inject.spi.InjectionPoint delegate) |
Modifier and Type | Method and Description |
---|---|
javax.enterprise.inject.spi.AnnotatedField<X> |
getAnnotated() |
Field |
getMember() |
static <T,X> FieldInjectionPointAttributes<T,X> |
of(javax.enterprise.inject.spi.InjectionPoint ip) |
delegate, getQualifier
equals, getBean, getQualifiers, getType, hashCode, isDelegate, isTransient, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getQualifier
protected ForwardingFieldInjectionPointAttributes(javax.enterprise.inject.spi.InjectionPoint delegate)
public static <T,X> FieldInjectionPointAttributes<T,X> of(javax.enterprise.inject.spi.InjectionPoint ip)
public javax.enterprise.inject.spi.AnnotatedField<X> getAnnotated()
getAnnotated
in interface javax.enterprise.inject.spi.InjectionPoint
getAnnotated
in interface FieldInjectionPointAttributes<T,X>
getAnnotated
in class ForwardingInjectionPoint
public Field getMember()
getMember
in interface javax.enterprise.inject.spi.InjectionPoint
getMember
in interface FieldInjectionPointAttributes<T,X>
getMember
in class ForwardingInjectionPoint
Copyright © 2016. All rights reserved.