T - S - public abstract class AbstractWeldMember<T,X,S extends Member> extends AbstractWeldAnnotated<T,S> implements WeldMember<T,X,S>
MAPPED_DECLARED_METAANNOTATIONS, MAPPED_METAANNOTATIONS| Modifier | Constructor and Description |
|---|---|
protected |
AbstractWeldMember(Map<Class<? extends Annotation>,Annotation> annotationMap,
Map<Class<? extends Annotation>,Annotation> declaredAnnotationMap,
ClassTransformer classTransformer,
Member member,
Class<T> rawType,
Type type,
LazyValueHolder<Set<Type>> typeClosure,
WeldClass<X> declaringType)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
WeldClass<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, 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, waitgetActualTypeArguments, getBindingsAsArray, getInterfaceClosure, getJavaClass, getMetaAnnotations, getQualifiers, isGeneric, isParameterizedType, isPrimitiveprotected AbstractWeldMember(Map<Class<? extends Annotation>,Annotation> annotationMap, Map<Class<? extends Annotation>,Annotation> declaredAnnotationMap, ClassTransformer classTransformer, Member member, Class<T> rawType, Type type, LazyValueHolder<Set<Type>> typeClosure, WeldClass<X> declaringType)
annotationMap - The annotation mappublic boolean isStatic()
isStatic in interface javax.enterprise.inject.spi.AnnotatedMember<X>isStatic in interface WeldAnnotated<T,S extends Member>WeldAnnotated.isStatic()public boolean isFinal()
isFinal in interface WeldAnnotated<T,S extends Member>WeldAnnotated.isFinal()public boolean isTransient()
public boolean isPublic()
WeldAnnotatedisPublic in interface WeldAnnotated<T,S extends Member>public boolean isPrivate()
isPrivate in interface WeldAnnotated<T,S extends Member>public boolean isPackagePrivate()
isPackagePrivate in interface WeldAnnotated<T,S extends Member>public Package getPackage()
getPackage in interface WeldAnnotated<T,S extends Member>public String getName()
getName in interface WeldAnnotated<T,S extends Member>WeldAnnotated.getName()public String toString()
public S getJavaMember()
getJavaMember in interface javax.enterprise.inject.spi.AnnotatedMember<X>public WeldClass<X> getDeclaringType()
WeldMembergetDeclaringType in interface javax.enterprise.inject.spi.AnnotatedMember<X>getDeclaringType in interface WeldMember<T,X,S extends Member>Copyright © 2014 Seam Framework. All Rights Reserved.