|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of WeldMethod in org.jboss.weld.bean |
---|
Methods in org.jboss.weld.bean that return WeldMethod | |
---|---|
WeldMethod<?,?> |
DecoratorImpl.getDecoratorMethod(Method method)
|
WeldMethod<?,?> |
WeldDecorator.getDecoratorMethod(Method method)
Returns the decorated method that can decorate a particular method, if one exists Such a method must be implement one of the decorated type methods, and can be parametrized |
WeldMethod<?,?> |
CustomDecoratorWrapper.getDecoratorMethod(Method method)
|
WeldMethod<T,? super X> |
ProducerMethod.getWeldAnnotated()
Gets the annotated item representing the method |
WeldMethod<T,? super X> |
DisposalMethod.getWeldAnnotated()
|
Methods in org.jboss.weld.bean that return types with arguments of type WeldMethod | |
---|---|
List<WeldMethod<?,? super T>> |
AbstractClassBean.getPostConstruct()
Returns the post-construct method |
List<WeldMethod<?,? super T>> |
AbstractClassBean.getPreDestroy()
Returns the pre-destroy method |
Methods in org.jboss.weld.bean with parameters of type WeldMethod | ||
---|---|---|
protected String |
ProducerMethod.createId(WeldMethod<T,? super X> method,
AbstractClassBean<X> declaringBean)
|
|
static
|
DisposalMethod.of(BeanManagerImpl manager,
WeldMethod<T,? super X> method,
AbstractClassBean<X> declaringBean,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
|
|
static
|
ProducerMethod.of(WeldMethod<T,? super X> method,
AbstractClassBean<X> declaringBean,
BeanManagerImpl beanManager,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
Creates a producer method Web Bean |
Constructors in org.jboss.weld.bean with parameters of type WeldMethod | |
---|---|
DisposalMethod(BeanManagerImpl beanManager,
WeldMethod<T,? super X> disposalMethod,
AbstractClassBean<X> declaringBean,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
|
|
ProducerMethod(WeldMethod<T,? super X> method,
AbstractClassBean<X> declaringBean,
BeanManagerImpl beanManager,
org.jboss.weld.bootstrap.api.ServiceRegistry services)
|
Uses of WeldMethod in org.jboss.weld.bean.interceptor |
---|
Methods in org.jboss.weld.bean.interceptor that return types with arguments of type WeldMethod | |
---|---|
static AnnotatedMethodReader<WeldMethod<?,?>> |
WeldAnnotatedMethodReader.getInstance()
|
Methods in org.jboss.weld.bean.interceptor with parameters of type WeldMethod | |
---|---|
Annotation |
WeldAnnotatedMethodReader.getAnnotation(Class<? extends Annotation> annotationClass,
WeldMethod<?,?> methodReference)
|
Method |
WeldAnnotatedMethodReader.getJavaMethod(WeldMethod<?,?> methodReference)
|
Uses of WeldMethod in org.jboss.weld.bootstrap |
---|
Methods in org.jboss.weld.bootstrap with parameters of type WeldMethod | ||
---|---|---|
protected
|
ExtensionBeanDeployer.createObserverMethod(RIBean<X> declaringBean,
BeanManagerImpl beanManager,
WeldMethod<T,? super X> method,
Set<ObserverMethodImpl<?,?>> observerMethods)
|
|
protected
|
AbstractBeanDeployer.createObserverMethod(RIBean<X> declaringBean,
WeldMethod<T,? super X> method)
|
|
protected
|
AbstractBeanDeployer.createProducerMethod(AbstractClassBean<X> declaringBean,
WeldMethod<T,? super X> annotatedMethod)
|
|
|
BeanDeployerEnvironment.getProducerMethod(WeldMethod<X,T> method)
|
Uses of WeldMethod in org.jboss.weld.event |
---|
Methods in org.jboss.weld.event with parameters of type WeldMethod | ||
---|---|---|
static
|
ObserverFactory.create(WeldMethod<T,? super X> method,
RIBean<X> declaringBean,
BeanManagerImpl manager)
Creates an observer |
|
static javax.enterprise.event.TransactionPhase |
ObserverFactory.getTransactionalPhase(WeldMethod<?,?> observer)
Tests an observer method to see if it is transactional. |
Constructors in org.jboss.weld.event with parameters of type WeldMethod | |
---|---|
ObserverMethodImpl(WeldMethod<T,? super X> observer,
RIBean<X> declaringBean,
BeanManagerImpl manager)
Creates an Observer which describes and encapsulates an observer method (8.5). |
Uses of WeldMethod in org.jboss.weld.injection |
---|
Classes in org.jboss.weld.injection that implement WeldMethod | |
---|---|
class |
MethodInjectionPoint<T,X>
|
Methods in org.jboss.weld.injection that return WeldMethod | |
---|---|
protected WeldMethod<T,X> |
MethodInjectionPoint.delegate()
|
Methods in org.jboss.weld.injection with parameters of type WeldMethod | ||
---|---|---|
static
|
MethodInjectionPoint.of(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldMethod<T,X> method)
|
Constructors in org.jboss.weld.injection with parameters of type WeldMethod | |
---|---|
MethodInjectionPoint(javax.enterprise.inject.spi.Bean<?> declaringBean,
WeldMethod<T,X> method)
|
Uses of WeldMethod in org.jboss.weld.introspector |
---|
Classes in org.jboss.weld.introspector that implement WeldMethod | |
---|---|
class |
ForwardingWeldMethod<T,X>
|
Methods in org.jboss.weld.introspector that return WeldMethod | ||
---|---|---|
protected abstract WeldMethod<T,X> |
ForwardingWeldMethod.delegate()
|
|
WeldMethod<?,?> |
WeldClass.getDeclaredWeldMethod(Method method)
Deprecated. |
|
WeldMethod<?,?> |
ForwardingWeldClass.getDeclaredWeldMethod(Method method)
Deprecated. |
|
|
WeldClass.getDeclaredWeldMethod(MethodSignature signature)
Get a method by name |
|
|
ForwardingWeldClass.getDeclaredWeldMethod(MethodSignature signature)
|
|
|
ForwardingWeldClass.getDeclaredWeldMethod(MethodSignature signature,
WeldClass<M> expectedReturnType)
|
|
WeldMethod<?,?> |
WeldClass.getWeldMethod(Method method)
Deprecated. |
|
WeldMethod<?,?> |
ForwardingWeldClass.getWeldMethod(Method method)
Deprecated. |
|
|
WeldClass.getWeldMethod(MethodSignature signature)
Get a method by name |
|
|
ForwardingWeldClass.getWeldMethod(MethodSignature signature)
|
Methods in org.jboss.weld.introspector that return types with arguments of type WeldMethod | |
---|---|
Collection<WeldMethod<?,? super T>> |
WeldClass.getDeclaredWeldMethods()
Gets all fields on the type |
Collection<WeldMethod<?,? super T>> |
ForwardingWeldClass.getDeclaredWeldMethods()
|
Collection<WeldMethod<?,? super T>> |
WeldClass.getDeclaredWeldMethods(Class<? extends Annotation> annotationType)
Gets all methods annotated with annotationType |
Collection<WeldMethod<?,? super T>> |
ForwardingWeldClass.getDeclaredWeldMethods(Class<? extends Annotation> annotationType)
|
Collection<WeldMethod<?,? super T>> |
WeldClass.getDeclaredWeldMethodsWithAnnotatedParameters(Class<? extends Annotation> annotationType)
Gets declared with parameters annotated with annotationType |
Collection<WeldMethod<?,? super T>> |
ForwardingWeldClass.getDeclaredWeldMethodsWithAnnotatedParameters(Class<? extends Annotation> annotationType)
|
Set<WeldMethod<?,?>> |
WeldAnnotation.getMembers()
Gets all members |
Set<WeldMethod<?,?>> |
ForwardingWeldAnnotation.getMembers()
|
Set<WeldMethod<?,?>> |
WeldAnnotation.getMembers(Class<? extends Annotation> annotationType)
Gets all the members annotated with annotationType |
Set<WeldMethod<?,?>> |
ForwardingWeldAnnotation.getMembers(Class<? extends Annotation> annotationType)
|
Collection<WeldMethod<?,? super T>> |
WeldClass.getWeldMethods()
Gets all fields on the type |
Collection<WeldMethod<?,? super T>> |
ForwardingWeldClass.getWeldMethods()
|
Collection<WeldMethod<?,?>> |
WeldClass.getWeldMethods(Class<? extends Annotation> annotationType)
Gets all methods annotated with annotationType |
Collection<WeldMethod<?,?>> |
ForwardingWeldClass.getWeldMethods(Class<? extends Annotation> annotationType)
|
Uses of WeldMethod in org.jboss.weld.introspector.jlr |
---|
Classes in org.jboss.weld.introspector.jlr that implement WeldMethod | |
---|---|
class |
WeldMethodImpl<T,X>
Represents an annotated method This class is immutable and therefore threadsafe |
Methods in org.jboss.weld.introspector.jlr that return WeldMethod | ||
---|---|---|
WeldMethod<?,?> |
WeldClassImpl.getDeclaredWeldMethod(Method method)
|
|
|
WeldClassImpl.getDeclaredWeldMethod(MethodSignature signature)
|
|
WeldMethod<?,?> |
WeldClassImpl.getWeldMethod(Method methodDescriptor)
|
|
|
WeldClassImpl.getWeldMethod(MethodSignature signature)
|
Methods in org.jboss.weld.introspector.jlr that return types with arguments of type WeldMethod | |
---|---|
Collection<WeldMethod<?,? super T>> |
WeldClassImpl.getDeclaredWeldMethods()
|
Collection<WeldMethod<?,? super T>> |
WeldClassImpl.getDeclaredWeldMethods(Class<? extends Annotation> annotationType)
|
Collection<WeldMethod<?,? super T>> |
WeldClassImpl.getDeclaredWeldMethodsWithAnnotatedParameters(Class<? extends Annotation> annotationType)
|
Set<WeldMethod<?,?>> |
WeldAnnotationImpl.getMembers()
Gets all members of the annotation Initializes the members first if they are null |
Set<WeldMethod<?,?>> |
WeldAnnotationImpl.getMembers(Class<? extends Annotation> annotationType)
Returns the annotated members with a given annotation type If the annotated members are null, they are initialized first. |
Collection<WeldMethod<?,? super T>> |
WeldClassImpl.getWeldMethods()
|
Collection<WeldMethod<?,?>> |
WeldClassImpl.getWeldMethods(Class<? extends Annotation> annotationType)
Gets the abstracted methods that have a certain annotation type present If the annotated methods map is null, initialize it first |
Constructors in org.jboss.weld.introspector.jlr with parameters of type WeldMethod | |
---|---|
MethodSignatureImpl(WeldMethod<?,?> method)
|
Uses of WeldMethod in org.jboss.weld.metadata.cache |
---|
Methods in org.jboss.weld.metadata.cache that return types with arguments of type WeldMethod | |
---|---|
Set<WeldMethod<?,?>> |
QualifierModel.getNonBindingMembers()
Gets the non-binding types |
Uses of WeldMethod in org.jboss.weld.util |
---|
Methods in org.jboss.weld.util that return WeldMethod | ||
---|---|---|
static
|
Decorators.findDecoratorMethod(WeldDecorator<T> decorator,
Map<MethodSignature,WeldMethod<?,?>> decoratorMethods,
Method method)
|
Methods in org.jboss.weld.util that return types with arguments of type WeldMethod | ||
---|---|---|
static List<WeldMethod<?,?>> |
Decorators.getDecoratedMethods(BeanManagerImpl beanManager,
Set<Type> decoratedTypes)
|
|
static Map<MethodSignature,WeldMethod<?,?>> |
Decorators.getDecoratorMethods(BeanManagerImpl beanManager,
Set<Type> decoratedTypes,
WeldClass<?> decoratorClass)
|
|
static List<WeldMethod<?,?>> |
Beans.getInterceptableMethods(WeldClass<?> type)
|
|
static
|
Beans.getObserverMethods(WeldClass<T> type)
|
|
static
|
Beans.getPostConstructMethods(WeldClass<T> type)
|
|
static
|
Beans.getPreDestroyMethods(WeldClass<T> type)
|
Methods in org.jboss.weld.util with parameters of type WeldMethod | |
---|---|
ProducerMethod<?,?> |
BeansClosure.getProducerMethod(WeldMethod<?,?> superClassMethod)
|
Method parameters in org.jboss.weld.util with type arguments of type WeldMethod | ||
---|---|---|
static
|
Decorators.findDecoratorMethod(WeldDecorator<T> decorator,
Map<MethodSignature,WeldMethod<?,?>> decoratorMethods,
Method method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |