Uses of Interface
javax.enterprise.inject.spi.AnnotatedMethod
-
Packages that use AnnotatedMethod Package Description javax.enterprise.inject.spi The portable extension integration SPI. -
-
Uses of AnnotatedMethod in javax.enterprise.inject.spi
Methods in javax.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 javax.enterprise.inject.spi that return types with arguments of type AnnotatedMethod Modifier and Type Method Description java.util.Set<AnnotatedMethod<? super X>>AnnotatedType. getMethods()Get the methods of the type.Methods in javax.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.
-