| 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() |
| 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(Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures) |
InterceptedSubclassFactory(Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
String proxyName,
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 |
|---|---|
Set<ProducerMethod<?,?>> |
BeanDeployerEnvironment.getProducerMethod(Class<?> declaringClass,
MethodSignature signature) |
| Modifier and Type | Method and Description |
|---|---|
Collection<MethodSignature> |
InternalEjbDescriptor.getRemoveMethodSignatures() |
| Modifier and Type | Method and Description |
|---|---|
static Map<MethodSignature,InvokableAnnotatedMethod<?>> |
Decorators.getDecoratorMethods(BeanManagerImpl beanManager,
Set<Type> decoratedTypes,
EnhancedAnnotatedType<?> decoratorClass) |
| Modifier and Type | Method and Description |
|---|---|
static <T> InvokableAnnotatedMethod<?> |
Decorators.findDecoratorMethod(WeldDecorator<T> decorator,
Map<MethodSignature,InvokableAnnotatedMethod<?>> decoratorMethods,
Method method) |
| Modifier and Type | Method and Description |
|---|---|
MethodSignature |
ForwardingWeldMethod.getSignature() |
| Modifier and Type | Method and Description |
|---|---|
<M> EnhancedAnnotatedMethod<M,?> |
ForwardingWeldClass.getDeclaredEnhancedMethod(MethodSignature signature) |
<M> EnhancedAnnotatedMethod<M,?> |
ForwardingWeldClass.getDeclaredEnhancedMethod(MethodSignature signature,
EnhancedAnnotatedType<M> expectedReturnType) |
<M> EnhancedAnnotatedMethod<M,?> |
ForwardingWeldClass.getEnhancedMethod(MethodSignature signature) |
Copyright © 2013 Seam Framework. All Rights Reserved.