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. |
getQualifier
equals, getBean, getMember, getQualifiers, getType, hashCode, isDelegate, isTransient, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getQualifier
getBean, getMember, getQualifiers, getType, isDelegate, isTransient
protected 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()
InjectionPoint
AnnotatedField
or
AnnotatedParameter
, depending upon whether the injection point is an injected field
or a constructor/method parameter.getAnnotated
in interface InjectionPoint
getAnnotated
in interface ParameterInjectionPoint<T,X>
getAnnotated
in class ForwardingInjectionPoint
AnnotatedField
or AnnotatedParameter
Copyright © 2013 Seam Framework. All Rights Reserved.