T - X - public abstract class DelegatingFieldInjectionPointAttributes<T,X> extends java.lang.Object implements FieldInjectionPointAttributes<T,X>
FieldInjectionPointAttributes. A different name was chosen since
ForwardingFieldInjectionPointAttributes already exists with different semantics.| Constructor and Description |
|---|
DelegatingFieldInjectionPointAttributes() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract FieldInjectionPointAttributes<T,X> |
delegate() |
boolean |
equals(java.lang.Object obj) |
AnnotatedField<X> |
getAnnotated() |
Bean<?> |
getBean() |
java.lang.reflect.Field |
getMember() |
<A extends java.lang.annotation.Annotation> |
getQualifier(java.lang.Class<A> annotationType)
Returns an instance of a given qualifier annotation or null if a given qualifier is not present on the injection point.
|
java.util.Set<java.lang.annotation.Annotation> |
getQualifiers() |
java.lang.reflect.Type |
getType() |
int |
hashCode() |
boolean |
isDelegate() |
boolean |
isTransient() |
public DelegatingFieldInjectionPointAttributes()
protected abstract FieldInjectionPointAttributes<T,X> delegate()
public <A extends java.lang.annotation.Annotation> A getQualifier(java.lang.Class<A> annotationType)
WeldInjectionPointAttributesgetQualifier in interface WeldInjectionPointAttributes<T,java.lang.reflect.Field>public java.lang.reflect.Type getType()
getType in interface InjectionPointpublic java.util.Set<java.lang.annotation.Annotation> getQualifiers()
getQualifiers in interface InjectionPointpublic Bean<?> getBean()
getBean in interface InjectionPointpublic java.lang.reflect.Field getMember()
getMember in interface InjectionPointgetMember in interface FieldInjectionPointAttributes<T,X>public boolean isDelegate()
isDelegate in interface InjectionPointpublic boolean isTransient()
isTransient in interface InjectionPointpublic AnnotatedField<X> getAnnotated()
getAnnotated in interface InjectionPointgetAnnotated in interface FieldInjectionPointAttributes<T,X>public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectCopyright © 2015. All Rights Reserved.