public class FieldInjectionPoint<T,X> extends ForwardingInjectionPointAttributes<T,Field> implements WeldInjectionPointAttributes<T,Field>, Serializable
Modifier | Constructor and Description |
---|---|
protected |
FieldInjectionPoint(FieldInjectionPointAttributes<T,X> attributes) |
Modifier and Type | Method and Description |
---|---|
protected FieldInjectionPointAttributes<T,X> |
delegate() |
AnnotatedField<X> |
getAnnotated()
Obtain an instance of
AnnotatedField or
AnnotatedParameter , depending upon whether the injection point is an injected field
or a constructor/method parameter. |
void |
inject(Object declaringInstance,
BeanManagerImpl manager,
CreationalContext<?> creationalContext) |
protected static boolean |
isCacheableInjectionPoint(WeldInjectionPointAttributes<?,?> attributes) |
static <T,X> FieldInjectionPoint<T,X> |
silent(FieldInjectionPointAttributes<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 FieldInjectionPoint(FieldInjectionPointAttributes<T,X> attributes)
public static <T,X> FieldInjectionPoint<T,X> silent(FieldInjectionPointAttributes<T,X> attributes)
ProcessInjectionPoint
event.protected static boolean isCacheableInjectionPoint(WeldInjectionPointAttributes<?,?> attributes)
public void inject(Object declaringInstance, BeanManagerImpl manager, CreationalContext<?> creationalContext)
protected FieldInjectionPointAttributes<T,X> delegate()
delegate
in class ForwardingInjectionPointAttributes<T,Field>
public AnnotatedField<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 class ForwardingInjectionPoint
AnnotatedField
or AnnotatedParameter
Copyright © 2013 Seam Framework. All Rights Reserved.