T - S - public abstract class AbstractEnhancedAnnotatedMember<T,X,S extends java.lang.reflect.Member> extends AbstractEnhancedAnnotated<T,S> implements EnhancedAnnotatedMember<T,X,S>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Modifier | Constructor and Description |
|---|---|
protected |
AbstractEnhancedAnnotatedMember(AnnotatedMember<X> annotatedMember,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> annotationMap,
java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotationMap,
ClassTransformer classTransformer,
EnhancedAnnotatedType<X> declaringType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
EnhancedAnnotatedType<X> |
getDeclaringType()
Gets an abstraction of the declaring class
|
S |
getJavaMember()
Get the underlying
Member. |
java.lang.String |
getName()
Gets the name of the member
|
java.lang.Package |
getPackage() |
boolean |
isFinal()
Indicates if the member if final
|
boolean |
isPackagePrivate() |
boolean |
isPrivate() |
boolean |
isPublic()
Indicates if this annotated item is public
|
boolean |
isStatic()
Indicates if the member is static
|
boolean |
isTransient() |
java.lang.String |
toString()
Gets a string representation of the member
|
addMetaAnnotations, addMetaAnnotations, buildAnnotationMap, buildAnnotationMap, getActualTypeArguments, getAnnotation, getAnnotations, getBaseType, getBindingsAsArray, getDelegate, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, getTypeClosure, isAnnotationPresent, isParameterizedType, isPrimitiveclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitslimgetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, isGeneric, isParameterizedType, isPrimitivegetAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentprotected AbstractEnhancedAnnotatedMember(AnnotatedMember<X> annotatedMember, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> annotationMap, java.util.Map<java.lang.Class<? extends java.lang.annotation.Annotation>,java.lang.annotation.Annotation> declaredAnnotationMap, ClassTransformer classTransformer, EnhancedAnnotatedType<X> declaringType)
annotationMap - The annotation mappublic boolean isStatic()
isStatic in interface AnnotatedMember<X>isStatic in interface EnhancedAnnotated<T,S extends java.lang.reflect.Member>EnhancedAnnotated.isStatic()public boolean isFinal()
isFinal in interface EnhancedAnnotated<T,S extends java.lang.reflect.Member>EnhancedAnnotated.isFinal()public boolean isTransient()
public boolean isPublic()
EnhancedAnnotatedisPublic in interface EnhancedAnnotated<T,S extends java.lang.reflect.Member>public boolean isPrivate()
isPrivate in interface EnhancedAnnotated<T,S extends java.lang.reflect.Member>public boolean isPackagePrivate()
isPackagePrivate in interface EnhancedAnnotated<T,S extends java.lang.reflect.Member>public java.lang.Package getPackage()
getPackage in interface EnhancedAnnotated<T,S extends java.lang.reflect.Member>public java.lang.String getName()
getName in interface EnhancedAnnotated<T,S extends java.lang.reflect.Member>EnhancedAnnotated.getName()public java.lang.String toString()
toString in class java.lang.Objectpublic S getJavaMember()
AnnotatedMember
Get the underlying Member.
getJavaMember in interface AnnotatedMember<X>Memberpublic EnhancedAnnotatedType<X> getDeclaringType()
EnhancedAnnotatedMembergetDeclaringType in interface AnnotatedMember<X>getDeclaringType in interface EnhancedAnnotatedMember<T,X,S extends java.lang.reflect.Member>Copyright © 2015. All Rights Reserved.