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(javax.enterprise.inject.spi.InjectionPoint delegate) |
| Modifier and Type | Method and Description |
|---|---|
javax.enterprise.inject.spi.AnnotatedParameter<X> |
getAnnotated() |
static <T,X> ForwardingParameterInjectionPointAttributes<T,X> |
of(javax.enterprise.inject.spi.InjectionPoint ip) |
delegate, getQualifierequals, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetQualifierprotected ForwardingParameterInjectionPointAttributes(javax.enterprise.inject.spi.InjectionPoint delegate)
public static <T,X> ForwardingParameterInjectionPointAttributes<T,X> of(javax.enterprise.inject.spi.InjectionPoint ip)
public javax.enterprise.inject.spi.AnnotatedParameter<X> getAnnotated()
getAnnotated in interface javax.enterprise.inject.spi.InjectionPointgetAnnotated in interface ParameterInjectionPointAttributes<T,X>getAnnotated in class ForwardingInjectionPointCopyright © 2017. All rights reserved.