Uses of Interface
jakarta.enterprise.inject.spi.AnnotatedMethod
-
Packages that use AnnotatedMethod Package Description jakarta.enterprise.inject.spi The portable extension integration SPI.jakarta.enterprise.inject.spi.configurator org.hibernate.validator.cdi.internal.interceptor Classes for enabling Bean Validation method validation via a CDI interceptor.org.infinispan.cdi.common.util This package contains utility classes.org.infinispan.cdi.common.util.annotatedtypebuilder -
-
Uses of AnnotatedMethod in jakarta.enterprise.inject.spi
Methods in jakarta.enterprise.inject.spi that return AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<X>ProcessObserverMethod. getAnnotatedMethod()TheAnnotatedMethodrepresenting the observer method.AnnotatedMethod<T>ProcessProducerMethod. getAnnotatedProducerMethod()Returns theAnnotatedMethodrepresenting the producer method.Methods in jakarta.enterprise.inject.spi that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Set<AnnotatedMethod<? super X>>AnnotatedType. getMethods()Get the methods of the type.Methods in jakarta.enterprise.inject.spi with parameters of type AnnotatedMethod Modifier and Type Method Description <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 AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<T>AnnotatedMethodConfigurator. getAnnotated()Methods in jakarta.enterprise.inject.spi.configurator with parameters of type AnnotatedMethod Modifier and Type Method Description ObserverMethodConfigurator<T>ObserverMethodConfigurator. read(AnnotatedMethod<?> method)Read observer meta data from a existingAnnotatedMethodMethod parameters in jakarta.enterprise.inject.spi.configurator with type arguments of type AnnotatedMethod Modifier and Type Method Description default 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 AnnotatedMethod Modifier and Type Class Description classValidationEnabledAnnotatedMethod<T>Methods in org.hibernate.validator.cdi.internal.interceptor that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Set<AnnotatedMethod<? super T>>ValidationEnabledAnnotatedType. getMethods()Constructors in org.hibernate.validator.cdi.internal.interceptor with parameters of type AnnotatedMethod Constructor Description ValidationEnabledAnnotatedMethod(AnnotatedMethod<T> method) -
Uses of AnnotatedMethod in org.infinispan.cdi.common.util
Methods in org.infinispan.cdi.common.util with parameters of type AnnotatedMethod Modifier and Type Method Description static <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 AnnotatedMethod Constructor Description InjectableMethod(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 AnnotatedMethod Modifier and Type Method Description AnnotatedTypeBuilder<X>AnnotatedTypeBuilder. addToMethod(AnnotatedMethod<? super X> method, Annotation annotation)Add an annotation to the specified method.AnnotatedTypeBuilder<X>AnnotatedTypeBuilder. removeFromMethod(AnnotatedMethod<? super X> method, Class<? extends Annotation> annotationType)Remove an annotation from the specified method.
-