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:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedMember<X>
- Direct Known Subclasses:
BackedAnnotatedCallable,BackedAnnotatedField
public abstract class BackedAnnotatedMember<X>
extends BackedAnnotated
implements jakarta.enterprise.inject.spi.AnnotatedMember<X>
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static classBackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends jakarta.enterprise.inject.spi.AnnotatedMember<? super X>> -
Constructor Summary
ConstructorsConstructorDescriptionBackedAnnotatedMember(Type baseType, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache) -
Method Summary
Methods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotated
getAnnotatedElement, getAnnotations, getTypeClosure, initTypeClosureMethods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getJavaMember
-
Constructor Details
-
Method Details
-
isStatic
public boolean isStatic()- Specified by:
isStaticin interfacejakarta.enterprise.inject.spi.AnnotatedMember<X>
-
getDeclaringType
- Specified by:
getDeclaringTypein interfacejakarta.enterprise.inject.spi.AnnotatedMember<X>
-
getReflectionCache
- Specified by:
getReflectionCachein classBackedAnnotated
-