Class UnbackedAnnotatedMethod<X>
java.lang.Object
org.jboss.weld.annotated.slim.BaseAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember<X>
org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMethod<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 UnbackedAnnotatedMethod<X>
extends UnbackedAnnotatedMember<X>
implements jakarta.enterprise.inject.spi.AnnotatedMethod<X>, Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnbackedAnnotatedMethod(Type baseType, Set<Type> typeClosure, Set<Annotation> annotations, UnbackedAnnotatedType<X> declaringType, List<jakarta.enterprise.inject.spi.AnnotatedParameter<X>> originalParameters, Method method, SharedObjectCache cache) -
Method Summary
Modifier and TypeMethodDescriptionstatic <X,Y extends X>
jakarta.enterprise.inject.spi.AnnotatedMethod<X>of(jakarta.enterprise.inject.spi.AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache) toString()Methods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotatedMember
getDeclaringType, isStaticMethods inherited from class org.jboss.weld.annotated.slim.unbacked.UnbackedAnnotated
getAnnotation, getAnnotations, getTypeClosure, isAnnotationPresentMethods inherited from class org.jboss.weld.annotated.slim.BaseAnnotated
getBaseTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, 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.AnnotatedMember
getDeclaringType, isStaticMethods inherited from interface jakarta.enterprise.inject.spi.AnnotatedMethod
getAnnotations
-
Constructor Details
-
Method Details
-
getJavaMember
-
getParameters
- Specified by:
getParametersin interfacejakarta.enterprise.inject.spi.AnnotatedCallable<X>
-
toString