public class BackedAnnotatedField<X> extends BackedAnnotatedMember<X> implements javax.enterprise.inject.spi.AnnotatedField<X>, Serializable
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends javax.enterprise.inject.spi.AnnotatedMember<? super X>>
Constructor and Description |
---|
BackedAnnotatedField(Type baseType,
Field field,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
protected AnnotatedElement |
getAnnotatedElement() |
<T extends Annotation> |
getAnnotation(Class<T> annotationType) |
Field |
getJavaMember() |
int |
hashCode() |
boolean |
isAnnotationPresent(Class<? extends Annotation> annotationType) |
static <X,Y extends X> |
of(Field field,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
String |
toString() |
getDeclaringType, getReflectionCache, isStatic
getAnnotations, getTypeClosure, initTypeClosure
getBaseType
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public BackedAnnotatedField(Type baseType, Field field, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
public static <X,Y extends X> javax.enterprise.inject.spi.AnnotatedField<X> of(Field field, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)
public Field getJavaMember()
public <T extends Annotation> T getAnnotation(Class<T> annotationType)
getAnnotation
in interface javax.enterprise.inject.spi.Annotated
protected AnnotatedElement getAnnotatedElement()
getAnnotatedElement
in class BackedAnnotated
public boolean isAnnotationPresent(Class<? extends Annotation> annotationType)
isAnnotationPresent
in interface javax.enterprise.inject.spi.Annotated
Copyright © 2016. All rights reserved.