Uses of Interface
org.jboss.weld.introspector.MethodSignature

Packages that use MethodSignature
org.jboss.weld.bean.proxy   
org.jboss.weld.ejb   
org.jboss.weld.introspector   
org.jboss.weld.introspector.jlr   
org.jboss.weld.util   
 

Uses of MethodSignature in org.jboss.weld.bean.proxy
 

Constructor parameters in org.jboss.weld.bean.proxy with type arguments of type MethodSignature
InterceptedSubclassFactory(Class<?> proxiedBeanType, Set<? extends Type> typeClosure, javax.enterprise.inject.spi.Bean<?> bean, Set<MethodSignature> enhancedMethodSignatures)
           
InterceptedSubclassFactory(Class<?> proxiedBeanType, Set<? extends Type> typeClosure, String proxyName, javax.enterprise.inject.spi.Bean<?> bean, Set<MethodSignature> enhancedMethodSignatures)
          Creates a new proxy factory when the name of the proxy class is already known, such as during de-serialization
 

Uses of MethodSignature in org.jboss.weld.ejb
 

Methods in org.jboss.weld.ejb that return types with arguments of type MethodSignature
 Collection<MethodSignature> InternalEjbDescriptor.getRemoveMethodSignatures()
           
 

Uses of MethodSignature in org.jboss.weld.introspector
 

Methods in org.jboss.weld.introspector that return MethodSignature
 MethodSignature WeldMethod.getSignature()
           
 MethodSignature ForwardingWeldMethod.getSignature()
           
 

Methods in org.jboss.weld.introspector with parameters of type MethodSignature
<M> WeldMethod<M,?>
WeldClass.getDeclaredWeldMethod(MethodSignature signature)
          Get a method by name
<M> WeldMethod<M,?>
ForwardingWeldClass.getDeclaredWeldMethod(MethodSignature signature)
           
<M> WeldMethod<M,?>
ForwardingWeldClass.getDeclaredWeldMethod(MethodSignature signature, WeldClass<M> expectedReturnType)
           
<M> WeldMethod<M,?>
WeldClass.getWeldMethod(MethodSignature signature)
          Get a method by name
<M> WeldMethod<M,?>
ForwardingWeldClass.getWeldMethod(MethodSignature signature)
           
 

Uses of MethodSignature in org.jboss.weld.introspector.jlr
 

Classes in org.jboss.weld.introspector.jlr that implement MethodSignature
 class MethodSignatureImpl
           
 

Methods in org.jboss.weld.introspector.jlr that return MethodSignature
 MethodSignature WeldMethodImpl.getSignature()
           
 

Methods in org.jboss.weld.introspector.jlr with parameters of type MethodSignature
<M> WeldMethod<M,?>
WeldClassImpl.getDeclaredWeldMethod(MethodSignature signature)
           
<M> WeldMethod<M,?>
WeldClassImpl.getWeldMethod(MethodSignature signature)
           
 

Uses of MethodSignature in org.jboss.weld.util
 

Methods in org.jboss.weld.util that return types with arguments of type MethodSignature
static Map<MethodSignature,WeldMethod<?,?>> Decorators.getDecoratorMethods(BeanManagerImpl beanManager, Set<Type> decoratedTypes, WeldClass<?> decoratorClass)
           
 

Method parameters in org.jboss.weld.util with type arguments of type MethodSignature
static
<T> WeldMethod<?,?>
Decorators.findDecoratorMethod(WeldDecorator<T> decorator, Map<MethodSignature,WeldMethod<?,?>> decoratorMethods, Method method)
           
 



Copyright © 2013 Seam Framework. All Rights Reserved.