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 -
-
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()
TheAnnotatedMethod
representing the observer method.AnnotatedMethod<T>
ProcessProducerMethod. getAnnotatedProducerMethod()
Returns theAnnotatedMethod
representing 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 ofProducerFactory
that provides container createdProducer
instances 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 existingAnnotatedMethod
Method 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)
-