public class BackedAnnotatedField<X> extends BackedAnnotatedMember<X> implements AnnotatedField<X>, java.io.Serializable
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends AnnotatedMember<? super X>>| Constructor and Description |
|---|
BackedAnnotatedField(java.lang.reflect.Type baseType,
java.lang.reflect.Field field,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected java.lang.reflect.AnnotatedElement |
getAnnotatedElement() |
<T extends java.lang.annotation.Annotation> |
getAnnotation(java.lang.Class<T> annotationType) |
java.lang.reflect.Field |
getJavaMember() |
int |
hashCode() |
boolean |
isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType) |
static <X,Y extends X> |
of(java.lang.reflect.Field field,
BackedAnnotatedType<Y> declaringType,
SharedObjectCache sharedObjectCache) |
java.lang.String |
toString() |
getDeclaringType, getReflectionCache, isStaticgetAnnotations, getTypeClosure, initTypeClosuregetBaseTypeclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDeclaringType, isStaticgetAnnotations, getBaseType, getTypeClosurepublic BackedAnnotatedField(java.lang.reflect.Type baseType,
java.lang.reflect.Field field,
BackedAnnotatedType<X> declaringType,
SharedObjectCache sharedObjectCache)
public static <X,Y extends X> AnnotatedField<X> of(java.lang.reflect.Field field, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)
public java.lang.reflect.Field getJavaMember()
getJavaMember in interface AnnotatedField<X>getJavaMember in interface AnnotatedMember<X>public <T extends java.lang.annotation.Annotation> T getAnnotation(java.lang.Class<T> annotationType)
getAnnotation in interface Annotatedprotected java.lang.reflect.AnnotatedElement getAnnotatedElement()
getAnnotatedElement in class BackedAnnotatedpublic boolean isAnnotationPresent(java.lang.Class<? extends java.lang.annotation.Annotation> annotationType)
isAnnotationPresent in interface Annotatedpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2015. All Rights Reserved.