Uses of Class
org.jboss.weld.annotated.runtime.InvokableAnnotatedMethod
Packages that use InvokableAnnotatedMethod
-
Uses of InvokableAnnotatedMethod in org.jboss.weld.annotated.runtime
Methods in org.jboss.weld.annotated.runtime that return InvokableAnnotatedMethodModifier and TypeMethodDescriptionstatic <T> InvokableAnnotatedMethod<T>InvokableAnnotatedMethod.of(jakarta.enterprise.inject.spi.AnnotatedMethod<T> delegate) -
Uses of InvokableAnnotatedMethod in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return InvokableAnnotatedMethodModifier and TypeMethodDescriptionCustomDecoratorWrapper.getDecoratorMethod(Method method) DecoratorImpl.getDecoratorMethod(Method method) WeldDecorator.getDecoratorMethod(Method method) Returns the decorated method that can decorate a particular method, if one exists -
Uses of InvokableAnnotatedMethod in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type InvokableAnnotatedMethodModifier and TypeMethodDescriptionstatic Set<InvokableAnnotatedMethod<?>>Decorators.getDecoratorMethods(BeanManagerImpl beanManager, WeldDecorator<?> decorator) Determines the set ofInvokableAnnotatedMethods representing decorated methods of the specified decorator.