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(javax.enterprise.inject.spi.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() |
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, buildAnnotationMap, getActualTypeArguments, getAnnotation, getAnnotations, getBaseType, getBindingsAsArray, getDelegate, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, getTypeClosure, isAnnotationPresent, isParameterizedType, isPrimitive, processMetaAnnotations, processMetaAnnotations, processMetaAnnotationsclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitslimgetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, isGeneric, isParameterizedType, isPrimitiveprotected AbstractEnhancedAnnotatedMember(javax.enterprise.inject.spi.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 javax.enterprise.inject.spi.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()
EnhancedAnnotatedisPublic 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()
getJavaMember in interface javax.enterprise.inject.spi.AnnotatedMember<X>public EnhancedAnnotatedType<X> getDeclaringType()
EnhancedAnnotatedMembergetDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<X>getDeclaringType in interface EnhancedAnnotatedMember<T,X,S extends Member>Copyright © 2017. All rights reserved.