T - X - public abstract class DelegatingFieldInjectionPointAttributes<T,X> extends 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(Object obj) |
javax.enterprise.inject.spi.AnnotatedField<X> |
getAnnotated() |
javax.enterprise.inject.spi.Bean<?> |
getBean() |
Field |
getMember() |
<A extends Annotation> |
getQualifier(Class<A> annotationType)
Returns an instance of a given qualifier annotation or null if a given qualifier is not present on the injection point.
|
Set<Annotation> |
getQualifiers() |
Type |
getType() |
int |
hashCode() |
boolean |
isDelegate() |
boolean |
isTransient() |
public DelegatingFieldInjectionPointAttributes()
protected abstract FieldInjectionPointAttributes<T,X> delegate()
public <A extends Annotation> A getQualifier(Class<A> annotationType)
WeldInjectionPointAttributesgetQualifier in interface WeldInjectionPointAttributes<T,Field>public Type getType()
getType in interface javax.enterprise.inject.spi.InjectionPointpublic Set<Annotation> getQualifiers()
getQualifiers in interface javax.enterprise.inject.spi.InjectionPointpublic javax.enterprise.inject.spi.Bean<?> getBean()
getBean in interface javax.enterprise.inject.spi.InjectionPointpublic Field getMember()
getMember in interface javax.enterprise.inject.spi.InjectionPointgetMember in interface FieldInjectionPointAttributes<T,X>public boolean isDelegate()
isDelegate in interface javax.enterprise.inject.spi.InjectionPointpublic boolean isTransient()
isTransient in interface javax.enterprise.inject.spi.InjectionPointpublic javax.enterprise.inject.spi.AnnotatedField<X> getAnnotated()
getAnnotated in interface javax.enterprise.inject.spi.InjectionPointgetAnnotated in interface FieldInjectionPointAttributes<T,X>Copyright © 2015. All Rights Reserved.