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