| Package | Description |
|---|---|
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.ejb | |
| org.jboss.weld.introspector | |
| org.jboss.weld.introspector.jlr | |
| org.jboss.weld.util |
| Constructor and Description |
|---|
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
|
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodSignature> |
InternalEjbDescriptor.getRemoveMethodSignatures() |
| Modifier and Type | Method and Description |
|---|---|
MethodSignature |
ForwardingWeldMethod.getSignature() |
MethodSignature |
WeldMethod.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
<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) |
| Modifier and Type | Class and Description |
|---|---|
class |
MethodSignatureImpl |
| Modifier and Type | Method and Description |
|---|---|
MethodSignature |
WeldMethodImpl.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
<M> WeldMethod<M,?> |
WeldClassImpl.getDeclaredWeldMethod(MethodSignature signature) |
<M> WeldMethod<M,?> |
WeldClassImpl.getWeldMethod(MethodSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
static Map<MethodSignature,WeldMethod<?,?>> |
Decorators.getDecoratorMethods(BeanManagerImpl beanManager,
Set<Type> decoratedTypes,
WeldClass<?> decoratorClass) |
| Modifier and Type | Method and Description |
|---|---|
static <T> WeldMethod<?,?> |
Decorators.findDecoratorMethod(WeldDecorator<T> decorator,
Map<MethodSignature,WeldMethod<?,?>> decoratorMethods,
Method method) |
Copyright © 2014 Seam Framework. All Rights Reserved.