Class BackedAnnotatedMethod<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>
org.jboss.weld.annotated.slim.backed.BackedAnnotatedCallable<X,Method>
org.jboss.weld.annotated.slim.backed.BackedAnnotatedMethod<X>
- All Implemented Interfaces:
jakarta.enterprise.inject.spi.Annotated,jakarta.enterprise.inject.spi.AnnotatedCallable<X>,jakarta.enterprise.inject.spi.AnnotatedMember<X>,jakarta.enterprise.inject.spi.AnnotatedMethod<X>,Serializable
public class BackedAnnotatedMethod<X>
extends BackedAnnotatedCallable<X,Method>
implements jakarta.enterprise.inject.spi.AnnotatedMethod<X>, Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotatedMember
BackedAnnotatedMember.BackedAnnotatedMemberSerializationProxy<X,A extends jakarta.enterprise.inject.spi.AnnotatedMember<? super X>> -
Constructor Summary
ConstructorsConstructorDescriptionBackedAnnotatedMethod(Method method, BackedAnnotatedType<X> declaringType, SharedObjectCache sharedObjectCache) -
Method Summary
Modifier and TypeMethodDescriptionstatic <X,Y extends X>
jakarta.enterprise.inject.spi.AnnotatedMethod<X>of(Method method, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache) toString()Methods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotatedCallable
equals, getAnnotatedElement, getAnnotation, getJavaMember, getParameters, hashCode, initParameters, isAnnotationPresentMethods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotatedMember
getDeclaringType, getReflectionCache, isStaticMethods inherited from class org.jboss.weld.annotated.slim.backed.BackedAnnotated
getAnnotations, getTypeClosure, initTypeClosureMethods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface jakarta.enterprise.inject.spi.Annotated
getAnnotation, getAnnotations, getBaseType, getTypeClosure, isAnnotationPresentMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedCallable
getParametersMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMember
getDeclaringType, isStaticMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMethod
getAnnotations, getJavaMember