public class ParameterInjectionPointImpl<T,X> extends ForwardingInjectionPointAttributes<T,Object> implements ParameterInjectionPoint<T,X>, Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ParameterInjectionPointImpl(ParameterInjectionPointAttributes<T,X> attributes) |
| Modifier and Type | Method and Description |
|---|---|
protected ParameterInjectionPointAttributes<T,X> |
delegate() |
AnnotatedParameter<X> |
getAnnotated()
Obtain an instance of
AnnotatedField or
AnnotatedParameter, depending upon whether the injection point is an injected field
or a constructor/method parameter. |
T |
getValueToInject(BeanManagerImpl manager,
CreationalContext<?> creationalContext) |
void |
inject(Object declaringInstance,
Object value) |
static <T,X> ParameterInjectionPointImpl<T,X> |
silent(ParameterInjectionPointAttributes<T,X> attributes)
Creates an injection point without firing the
ProcessInjectionPoint event. |
getQualifierequals, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetQualifiergetBean, getMember, getQualifiers, getType, isDelegate, isTransientprotected ParameterInjectionPointImpl(ParameterInjectionPointAttributes<T,X> attributes)
public static <T,X> ParameterInjectionPointImpl<T,X> silent(ParameterInjectionPointAttributes<T,X> attributes)
ProcessInjectionPoint event.protected ParameterInjectionPointAttributes<T,X> delegate()
delegate in class ForwardingInjectionPointAttributes<T,Object>public T getValueToInject(BeanManagerImpl manager, CreationalContext<?> creationalContext)
getValueToInject in interface ParameterInjectionPoint<T,X>public AnnotatedParameter<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 ParameterInjectionPoint<T,X>getAnnotated in class ForwardingInjectionPointAnnotatedField or AnnotatedParameterCopyright © 2013 Seam Framework. All Rights Reserved.