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(String contextId,
Class<?> proxiedBeanType,
Set<? extends Type> typeClosure,
javax.enterprise.inject.spi.Bean<?> bean,
Set<MethodSignature> enhancedMethodSignatures) |
InterceptedSubclassFactory(String contextId,
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 |
---|---|
Set<ProducerMethod<?,?>> |
BeanDeployerEnvironment.getProducerMethod(Class<?> declaringClass,
MethodSignature signature) |
Modifier and Type | Method and Description |
---|---|
Collection<MethodSignature> |
InternalEjbDescriptor.getRemoveMethodSignatures() |
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 © 2016. All rights reserved.