| Package | Description |
|---|---|
| org.jboss.weld.annotated.enhanced | |
| org.jboss.weld.annotated.enhanced.jlr | |
| org.jboss.weld.bean | |
| org.jboss.weld.bean.proxy | |
| org.jboss.weld.bootstrap | |
| org.jboss.weld.ejb |
| Modifier and Type | Method and Description |
|---|---|
MethodSignature |
EnhancedAnnotatedMethod.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedType.getDeclaredEnhancedMethod(MethodSignature signature)
Get a method by name
|
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedType.getEnhancedMethod(MethodSignature signature)
Get a method by name
|
| Modifier and Type | Class and Description |
|---|---|
class |
MethodSignatureImpl |
| Modifier and Type | Method and Description |
|---|---|
MethodSignature |
EnhancedAnnotatedMethodImpl.getSignature() |
static MethodSignature |
MethodSignatureImpl.of(AnnotatedMethod<?> method) |
| Modifier and Type | Method and Description |
|---|---|
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedTypeImpl.getDeclaredEnhancedMethod(MethodSignature signature) |
<M> EnhancedAnnotatedMethod<M,?> |
EnhancedAnnotatedTypeImpl.getEnhancedMethod(MethodSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
protected Set<MethodSignature> |
SessionBean.getBusinessMethodSignatures() |
| Constructor and Description |
|---|
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures) |
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures) |
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
String proxyName,
Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures)
Creates a new proxy factory when the name of the proxy class is already
known, such as during de-serialization
|
InterceptedSubclassFactory(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
String proxyName,
Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures,
Set<MethodSignature> interceptedMethodSignatures)
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 |
|---|---|
Set<ProducerMethod<?,?>> |
BeanDeployerEnvironment.getProducerMethod(Class<?> declaringClass,
MethodSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodSignature> |
InternalEjbDescriptor.getRemoveMethodSignatures() |
Copyright © 2015. All Rights Reserved.