|
JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodMetadata | |
|---|---|
| org.jboss.interceptor.builder | |
| org.jboss.interceptor.proxy | |
| org.jboss.interceptor.reader | |
| org.jboss.interceptor.spi.metadata | |
| org.jboss.interceptor.util | |
| Uses of MethodMetadata in org.jboss.interceptor.builder |
|---|
| Methods in org.jboss.interceptor.builder with parameters of type MethodMetadata | |
|---|---|
static MethodReference |
MethodReference.of(MethodMetadata method,
boolean withDeclaringClass)
|
| Uses of MethodMetadata in org.jboss.interceptor.proxy |
|---|
| Methods in org.jboss.interceptor.proxy that return MethodMetadata | |
|---|---|
MethodMetadata |
InterceptorInvocation.InterceptorMethodInvocation.getMethod()
|
| Uses of MethodMetadata in org.jboss.interceptor.reader |
|---|
| Classes in org.jboss.interceptor.reader that implement MethodMetadata | |
|---|---|
class |
DefaultMethodMetadata<M>
Represents information about an interceptor method |
| Methods in org.jboss.interceptor.reader that return MethodMetadata | ||
|---|---|---|
static
|
DefaultMethodMetadata.of(M methodReference,
AnnotatedMethodReader<M> methodReader)
|
|
static MethodMetadata |
DefaultMethodMetadata.of(Method method)
|
|
| Methods in org.jboss.interceptor.reader that return types with arguments of type MethodMetadata | |
|---|---|
Iterable<MethodMetadata> |
ReflectiveClassMetadata.getDeclaredMethods()
|
List<MethodMetadata> |
SimpleInterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType)
|
| Methods in org.jboss.interceptor.reader with parameters of type MethodMetadata | |
|---|---|
static boolean |
InterceptorMetadataUtils.isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass)
|
| Constructor parameters in org.jboss.interceptor.reader with type arguments of type MethodMetadata | |
|---|---|
SimpleInterceptorMetadata(InterceptorReference<T> interceptorReference,
boolean targetClass,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap)
|
|
| Uses of MethodMetadata in org.jboss.interceptor.spi.metadata |
|---|
| Methods in org.jboss.interceptor.spi.metadata that return types with arguments of type MethodMetadata | |
|---|---|
Iterable<MethodMetadata> |
ClassMetadata.getDeclaredMethods()
|
List<MethodMetadata> |
InterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType)
Returns the list of interceptor methods of this class for a given interception type. |
| Uses of MethodMetadata in org.jboss.interceptor.util |
|---|
| Methods in org.jboss.interceptor.util that return MethodMetadata | |
|---|---|
MethodMetadata |
ImmutableIteratorWrapper.next()
|
protected abstract MethodMetadata |
ImmutableIteratorWrapper.wrapObject(T t)
|
|
JBoss EJB 3.1 Common Interceptor Library Parent 2.0.0.Final | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||