public class ForwardingParameterInjectionPointAttributes<T,X> extends AbstractForwardingInjectionPointAttributes<T,Object> implements ParameterInjectionPointAttributes<T,X>
WeldInjectionPointAttributes that forwards calls to an extension-provided InjectionPoint
implementation.| Modifier | Constructor and Description |
|---|---|
protected |
ForwardingParameterInjectionPointAttributes(InjectionPoint delegate) |
| Modifier and Type | Method and Description |
|---|---|
AnnotatedParameter<X> |
getAnnotated() |
static <T,X> ForwardingParameterInjectionPointAttributes<T,X> |
of(InjectionPoint ip) |
delegate, getQualifierequals, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetQualifiergetBean, getMember, getQualifiers, getType, isDelegate, isTransientprotected ForwardingParameterInjectionPointAttributes(InjectionPoint delegate)
public static <T,X> ForwardingParameterInjectionPointAttributes<T,X> of(InjectionPoint ip)
public AnnotatedParameter<X> getAnnotated()
getAnnotated in interface InjectionPointgetAnnotated in interface ParameterInjectionPointAttributes<T,X>getAnnotated in class ForwardingInjectionPointCopyright © 2014. All Rights Reserved.