|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | ||
---|---|---|
|
WeldClass.getDeclaredWeldMethod(MethodSignature signature)
Get a method by name |
|
|
ForwardingWeldClass.getDeclaredWeldMethod(MethodSignature signature)
|
|
|
ForwardingWeldClass.getDeclaredWeldMethod(MethodSignature signature,
WeldClass<M> expectedReturnType)
|
|
|
WeldClass.getWeldMethod(MethodSignature signature)
Get a method by name |
|
|
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 | ||
---|---|---|
|
WeldClassImpl.getDeclaredWeldMethod(MethodSignature signature)
|
|
|
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
|
Decorators.findDecoratorMethod(WeldDecorator<T> decorator,
Map<MethodSignature,WeldMethod<?,?>> decoratorMethods,
Method method)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |