Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedMethod
Packages that use AnnotatedMethod
Package
Description
The portable extension integration SPI.
Classes for enabling Bean Validation method validation via a CDI interceptor.
This package contains utility classes.
-
Uses of AnnotatedMethod in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return AnnotatedMethodModifier and TypeMethodDescriptionProcessObserverMethod.getAnnotatedMethod()TheAnnotatedMethodrepresenting the observer method.ProcessProducerMethod.getAnnotatedProducerMethod()Returns theAnnotatedMethodrepresenting the producer method.Methods in jakarta.enterprise.inject.spi that return types with arguments of type AnnotatedMethodModifier and TypeMethodDescriptionSet<AnnotatedMethod<? super X>>AnnotatedType.getMethods()Get the methods of the type.Methods in jakarta.enterprise.inject.spi with parameters of type AnnotatedMethodModifier and TypeMethodDescription<X> ProducerFactory<X>BeanManager.getProducerFactory(AnnotatedMethod<? super X> method, Bean<X> declaringBean) An implementation ofProducerFactorythat provides container createdProducerinstances for the given method. -
Uses of AnnotatedMethod in jakarta.enterprise.inject.spi.configurator
Methods in jakarta.enterprise.inject.spi.configurator that return AnnotatedMethodMethods in jakarta.enterprise.inject.spi.configurator with parameters of type AnnotatedMethodModifier and TypeMethodDescriptionObserverMethodConfigurator.read(AnnotatedMethod<?> method) Read observer meta data from a existingAnnotatedMethodMethod parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type AnnotatedMethodModifier and TypeMethodDescriptiondefault Stream<AnnotatedMethodConfigurator<? super T>>AnnotatedTypeConfigurator.filterMethods(Predicate<AnnotatedMethod<? super T>> predicate) -
Uses of AnnotatedMethod in org.hibernate.validator.cdi.internal.interceptor
Classes in org.hibernate.validator.cdi.internal.interceptor that implement AnnotatedMethodMethods in org.hibernate.validator.cdi.internal.interceptor that return types with arguments of type AnnotatedMethodModifier and TypeMethodDescriptionSet<AnnotatedMethod<? super T>>ValidationEnabledAnnotatedType.getMethods()Constructors in org.hibernate.validator.cdi.internal.interceptor with parameters of type AnnotatedMethod -
Uses of AnnotatedMethod in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AnnotatedMethodModifier and TypeMethodDescriptionstatic <X> List<InjectionPoint>Beans.createInjectionPoints(AnnotatedMethod<X> method, Bean<?> declaringBean, BeanManager beanManager) Given a method, and the bean on which the method is declared, create a collection of injection points representing the parameters of the method.Constructors in org.infinispan.cdi.common.util with parameters of type AnnotatedMethodModifierConstructorDescriptionInjectableMethod(AnnotatedMethod<X> method, Bean<?> declaringBean, BeanManager beanManager) Instantiate a newInjectableMethod.InjectableMethod(AnnotatedMethod<X> method, Collection<InjectionPoint> parameters, BeanManager beanManager) Instantiate a newInjectableMethod. -
Uses of AnnotatedMethod in org.infinispan.cdi.common.util.annotatedtypebuilder
Methods in org.infinispan.cdi.common.util.annotatedtypebuilder with parameters of type AnnotatedMethodModifier and TypeMethodDescriptionAnnotatedTypeBuilder.addToMethod(AnnotatedMethod<? super X> method, Annotation annotation) Add an annotation to the specified method.AnnotatedTypeBuilder.removeFromMethod(AnnotatedMethod<? super X> method, Class<? extends Annotation> annotationType) Remove an annotation from the specified method.