T
- S
- public abstract class AbstractEnhancedAnnotatedMember<T,X,S extends Member> extends AbstractEnhancedAnnotated<T,S> implements EnhancedAnnotatedMember<T,X,S>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS
Modifier | Constructor and Description |
---|---|
protected |
AbstractEnhancedAnnotatedMember(AnnotatedMember<X> annotatedMember,
Map<Class<? extends Annotation>,Annotation> annotationMap,
Map<Class<? extends 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 . |
String |
getName()
Gets the name of the member
|
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() |
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, isPrimitive
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
slim
getActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, isGeneric, isParameterizedType, isPrimitive
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
protected AbstractEnhancedAnnotatedMember(AnnotatedMember<X> annotatedMember, Map<Class<? extends Annotation>,Annotation> annotationMap, Map<Class<? extends 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 Member>
EnhancedAnnotated.isStatic()
public boolean isFinal()
isFinal
in interface EnhancedAnnotated<T,S extends Member>
EnhancedAnnotated.isFinal()
public boolean isTransient()
public boolean isPublic()
EnhancedAnnotated
isPublic
in interface EnhancedAnnotated<T,S extends Member>
public boolean isPrivate()
isPrivate
in interface EnhancedAnnotated<T,S extends Member>
public boolean isPackagePrivate()
isPackagePrivate
in interface EnhancedAnnotated<T,S extends Member>
public Package getPackage()
getPackage
in interface EnhancedAnnotated<T,S extends Member>
public String getName()
getName
in interface EnhancedAnnotated<T,S extends Member>
EnhancedAnnotated.getName()
public String toString()
public S getJavaMember()
AnnotatedMember
Get the underlying Member
.
getJavaMember
in interface AnnotatedMember<X>
Member
public EnhancedAnnotatedType<X> getDeclaringType()
EnhancedAnnotatedMember
getDeclaringType
in interface AnnotatedMember<X>
getDeclaringType
in interface EnhancedAnnotatedMember<T,X,S extends Member>
Copyright © 2015. All Rights Reserved.