Class BackedAnnotatedMember<X>
- java.lang.Object
-
- org.jboss.weld.annotated.slim.BaseAnnotated
-
- org.jboss.weld.annotated.slim.backed.BackedAnnotated
-
- org.jboss.weld.annotated.slim.backed.BackedAnnotatedMember<X>
-
- All Implemented Interfaces:
Annotated,AnnotatedMember<X>
- Direct Known Subclasses:
BackedAnnotatedCallable,BackedAnnotatedField
public abstract class BackedAnnotatedMember<X> extends BackedAnnotated implements AnnotatedMember<X>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description protected static classBackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends AnnotatedMember<? super X>>
-
Constructor Summary
Constructors Constructor Description BackedAnnotatedMember(Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BackedAnnotatedType<X>getDeclaringType()Get the type which defines this member.protected ReflectionCachegetReflectionCache()booleanisStatic()Determines if the member is static.-
Methods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotated
getAnnotatedElement, getAnnotations, getTypeClosure, initTypeClosure
-
Methods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseType
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface javax.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresent
-
Methods inherited from interface javax.enterprise.inject.spi.AnnotatedMember
getJavaMember
-
-
-
-
Constructor Detail
-
BackedAnnotatedMember
public BackedAnnotatedMember(Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache)
-
-
Method Detail
-
isStatic
public boolean isStatic()
Description copied from interface:AnnotatedMemberDetermines if the member is static.
- Specified by:
isStaticin interfaceAnnotatedMember<X>- Returns:
- true if the member is static
-
getDeclaringType
public BackedAnnotatedType<X> getDeclaringType()
Description copied from interface:AnnotatedMemberGet the type which defines this member.
- Specified by:
getDeclaringTypein interfaceAnnotatedMember<X>- Returns:
- the type which defines this member
-
getReflectionCache
protected ReflectionCache getReflectionCache()
- Specified by:
getReflectionCachein classBackedAnnotated
-
-