Uses of Interface
javax.enterprise.inject.spi.AnnotatedMethod
-
-
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 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. -
Uses of AnnotatedMethod in javax.enterprise.inject.spi.configurator
Methods in javax.enterprise.inject.spi.configurator that return AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<T>AnnotatedMethodConfigurator. getAnnotated()Methods in javax.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 javax.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.jboss.weld.annotated.enhanced
Subinterfaces of AnnotatedMethod in org.jboss.weld.annotated.enhanced Modifier and Type Interface Description interfaceEnhancedAnnotatedMethod<T,X>AnnotatedType provides a uniform access to the annotations on an annotated class defined either in Java or XMLMethods in org.jboss.weld.annotated.enhanced that return AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<X>EnhancedAnnotatedMethod. slim()Returns a lightweight implementation ofAnnotatedMethodwith minimal memory footprint. -
Uses of AnnotatedMethod in org.jboss.weld.annotated.enhanced.jlr
Classes in org.jboss.weld.annotated.enhanced.jlr that implement AnnotatedMethod Modifier and Type Class Description classEnhancedAnnotatedMethodImpl<T,X>Represents an annotated methodMethods in org.jboss.weld.annotated.enhanced.jlr that return AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<X>EnhancedAnnotatedMethodImpl. slim()Methods in org.jboss.weld.annotated.enhanced.jlr that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Set<AnnotatedMethod<? super T>>EnhancedAnnotatedTypeImpl. getMethods()Methods in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedMethod Modifier and Type Method Description static <T,X,Y extends X>
EnhancedAnnotatedMethodImpl<T,X>EnhancedAnnotatedMethodImpl. of(AnnotatedMethod<X> annotatedMethod, EnhancedAnnotatedType<Y> declaringClass, ClassTransformer classTransformer)static MethodSignatureMethodSignatureImpl. of(AnnotatedMethod<?> method)Constructors in org.jboss.weld.annotated.enhanced.jlr with parameters of type AnnotatedMethod Constructor Description MethodSignatureImpl(AnnotatedMethod<?> method) -
Uses of AnnotatedMethod in org.jboss.weld.annotated.runtime
Classes in org.jboss.weld.annotated.runtime that implement AnnotatedMethod Modifier and Type Class Description classInvokableAnnotatedMethod<T>An implementation ofAnnotatedMethodused at runtime for invoking Java methods.Methods in org.jboss.weld.annotated.runtime that return AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<T>InvokableAnnotatedMethod. delegate()Methods in org.jboss.weld.annotated.runtime with parameters of type AnnotatedMethod Modifier and Type Method Description static <T> InvokableAnnotatedMethod<T>InvokableAnnotatedMethod. of(AnnotatedMethod<T> delegate)Constructors in org.jboss.weld.annotated.runtime with parameters of type AnnotatedMethod Constructor Description InvokableAnnotatedMethod(AnnotatedMethod<T> annotatedMethod) -
Uses of AnnotatedMethod in org.jboss.weld.annotated.slim.backed
Classes in org.jboss.weld.annotated.slim.backed that implement AnnotatedMethod Modifier and Type Class Description classBackedAnnotatedMethod<X>Methods in org.jboss.weld.annotated.slim.backed that return AnnotatedMethod Modifier and Type Method Description static <X,Y extends X>
AnnotatedMethod<X>BackedAnnotatedMethod. of(Method method, BackedAnnotatedType<Y> declaringType, SharedObjectCache sharedObjectCache)Methods in org.jboss.weld.annotated.slim.backed that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Set<AnnotatedMethod<? super X>>BackedAnnotatedType. getMethods() -
Uses of AnnotatedMethod in org.jboss.weld.annotated.slim.unbacked
Classes in org.jboss.weld.annotated.slim.unbacked that implement AnnotatedMethod Modifier and Type Class Description classUnbackedAnnotatedMethod<X>Methods in org.jboss.weld.annotated.slim.unbacked that return AnnotatedMethod Modifier and Type Method Description static <X,Y extends X>
AnnotatedMethod<X>UnbackedAnnotatedMethod. of(AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache)Methods in org.jboss.weld.annotated.slim.unbacked that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Set<AnnotatedMethod<? super X>>UnbackedAnnotatedType. getMethods()Methods in org.jboss.weld.annotated.slim.unbacked with parameters of type AnnotatedMethod Modifier and Type Method Description static <X,Y extends X>
AnnotatedMethod<X>UnbackedAnnotatedMethod. of(AnnotatedMethod<X> originalMethod, UnbackedAnnotatedType<Y> declaringType, SharedObjectCache cache) -
Uses of AnnotatedMethod in org.jboss.weld.bean
Methods in org.jboss.weld.bean that return AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<? super X>DisposalMethod. getAnnotated()AnnotatedMethod<? super X>ProducerMethod. getAnnotated() -
Uses of AnnotatedMethod in org.jboss.weld.bootstrap.events
Methods in org.jboss.weld.bootstrap.events that return AnnotatedMethod Modifier and Type Method Description AnnotatedMethod<X>ProcessObserverMethodImpl. getAnnotatedMethod()AnnotatedMethod<T>ProcessProducerMethodImpl. getAnnotatedProducerMethod()Methods in org.jboss.weld.bootstrap.events with parameters of type AnnotatedMethod Modifier and Type Method Description static <T,X>
ObserverMethod<T>ProcessObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod)static <T,X>
ObserverMethod<T>ProcessSyntheticObserverMethodImpl. fire(BeanManagerImpl beanManager, AnnotatedMethod<X> beanMethod, ObserverMethod<T> observerMethod, Extension extension) -
Uses of AnnotatedMethod in org.jboss.weld.bootstrap.events.configurator
Methods in org.jboss.weld.bootstrap.events.configurator with parameters of type AnnotatedMethod Modifier and Type Method Description ObserverMethodConfigurator<T>ObserverMethodConfiguratorImpl. read(AnnotatedMethod<?> method) -
Uses of AnnotatedMethod in org.jboss.weld.injection
Methods in org.jboss.weld.injection that return AnnotatedMethod Modifier and Type Method Description abstract AnnotatedMethod<X>MethodInjectionPoint. getAnnotated() -
Uses of AnnotatedMethod in org.jboss.weld.manager
Methods in org.jboss.weld.manager with parameters of type AnnotatedMethod Modifier and Type Method Description <X> MethodProducerFactory<X>BeanManagerImpl. getProducerFactory(AnnotatedMethod<? super X> method, Bean<X> declaringBean)Constructors in org.jboss.weld.manager with parameters of type AnnotatedMethod Constructor Description MethodProducerFactory(AnnotatedMethod<? super X> method, Bean<X> declaringBean, BeanManagerImpl manager) -
Uses of AnnotatedMethod in org.jboss.weld.metadata.cache
Methods in org.jboss.weld.metadata.cache that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Set<AnnotatedMethod<?>>AbstractBindingModel. getNonBindingMembers()Gets the non-binding types -
Uses of AnnotatedMethod in org.jboss.weld.serialization
Methods in org.jboss.weld.serialization with parameters of type AnnotatedMethod Modifier and Type Method Description static MethodHolderMethodHolder. of(AnnotatedMethod<?> method) -
Uses of AnnotatedMethod in org.jboss.weld.util
Methods in org.jboss.weld.util that return types with arguments of type AnnotatedMethod Modifier and Type Method Description static <T> List<AnnotatedMethod<? super T>>BeanMethods. getPostConstructMethods(EnhancedAnnotatedType<T> type)static <T> List<AnnotatedMethod<? super T>>BeanMethods. getPreDestroyMethods(EnhancedAnnotatedType<T> type)Methods in org.jboss.weld.util with parameters of type AnnotatedMethod Modifier and Type Method Description <X> ProducerFactory<X>ForwardingBeanManager. getProducerFactory(AnnotatedMethod<? super X> method, Bean<X> declaringBean) -
Uses of AnnotatedMethod in org.jboss.weld.util.annotated
Classes in org.jboss.weld.util.annotated that implement AnnotatedMethod Modifier and Type Class Description classForwardingAnnotatedMethod<X>Forwarding implementation ofAnnotatedMethod.Methods in org.jboss.weld.util.annotated that return AnnotatedMethod Modifier and Type Method Description protected abstract AnnotatedMethod<X>ForwardingAnnotatedMethod. delegate()Methods in org.jboss.weld.util.annotated that return types with arguments of type AnnotatedMethod Modifier and Type Method Description Set<AnnotatedMethod<? super X>>ForwardingAnnotatedType. getMethods() -
Uses of AnnotatedMethod in org.jboss.weld.util.reflection
Methods in org.jboss.weld.util.reflection with parameters of type AnnotatedMethod Modifier and Type Method Description static StringFormats. formatAnnotatedMethod(AnnotatedMethod<?> method)
-