T - public class EnhancedAnnotatedFieldImpl<T,X> extends AbstractEnhancedAnnotatedMember<T,X,java.lang.reflect.Field> implements EnhancedAnnotatedField<T,X>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Modifier and Type | Method and Description |
|---|---|
java.lang.reflect.Field |
getAnnotatedField()
Gets the underlying field
|
java.lang.reflect.Field |
getDelegate() |
java.lang.String |
getPropertyName()
Gets the property name
|
boolean |
isGeneric() |
static <X,Y extends X> |
of(AnnotatedField<X> annotatedField,
EnhancedAnnotatedType<Y> declaringClass,
ClassTransformer classTransformer) |
AnnotatedField<X> |
slim()
Returns a lightweight implementation of
AnnotatedField with minimal memory footprint. |
java.lang.String |
toString()
Gets a string representation of the field
|
getDeclaringType, getJavaMember, getName, getPackage, isFinal, isPackagePrivate, isPrivate, isPublic, isStatic, isTransientaddMetaAnnotations, buildAnnotationMap, getActualTypeArguments, getAnnotation, getAnnotations, getBaseType, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, getTypeClosure, isAnnotationPresent, isParameterizedType, isPrimitive, processMetaAnnotations, processMetaAnnotations, processMetaAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitisTransientgetDeclaringTypegetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getName, getPackage, getQualifiers, isFinal, isPackagePrivate, isParameterizedType, isPrimitive, isPrivate, isPublic, isStaticgetJavaMemberisStaticgetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentpublic static <X,Y extends X> EnhancedAnnotatedFieldImpl<?,X> of(AnnotatedField<X> annotatedField, EnhancedAnnotatedType<Y> declaringClass, ClassTransformer classTransformer)
public java.lang.reflect.Field getAnnotatedField()
public java.lang.reflect.Field getDelegate()
getDelegate in class AbstractEnhancedAnnotated<T,java.lang.reflect.Field>public java.lang.String getPropertyName()
getPropertyName in interface EnhancedAnnotatedField<T,X>EnhancedAnnotated.getName()public java.lang.String toString()
toString in class AbstractEnhancedAnnotatedMember<T,X,java.lang.reflect.Field>public boolean isGeneric()
isGeneric in interface EnhancedAnnotated<T,java.lang.reflect.Field>public AnnotatedField<X> slim()
EnhancedAnnotatedFieldAnnotatedField with minimal memory footprint.slim in interface EnhancedAnnotated<T,java.lang.reflect.Field>slim in interface EnhancedAnnotatedField<T,X>slim in interface EnhancedAnnotatedMember<T,X,java.lang.reflect.Field>AnnotatedFieldCopyright © 2014. All Rights Reserved.