Package | Description |
---|---|
org.jboss.interceptor.builder | |
org.jboss.interceptor.proxy | |
org.jboss.interceptor.reader | |
org.jboss.interceptor.spi.metadata | |
org.jboss.interceptor.util |
Modifier and Type | Method and Description |
---|---|
static MethodReference |
MethodReference.of(MethodMetadata method,
boolean withDeclaringClass) |
Modifier and Type | Method and Description |
---|---|
MethodMetadata |
InterceptorInvocation.InterceptorMethodInvocation.getMethod() |
Modifier and Type | Class and Description |
---|---|
class |
DefaultMethodMetadata<M>
Represents information about an interceptor method
|
Modifier and Type | Method and Description |
---|---|
static <M> MethodMetadata |
DefaultMethodMetadata.of(M methodReference,
AnnotatedMethodReader<M> methodReader) |
static MethodMetadata |
DefaultMethodMetadata.of(Method method) |
Modifier and Type | Method and Description |
---|---|
Iterable<MethodMetadata> |
ReflectiveClassMetadata.getDeclaredMethods() |
List<MethodMetadata> |
SimpleInterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType) |
Modifier and Type | Method and Description |
---|---|
static boolean |
InterceptorMetadataUtils.isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass) |
Constructor and Description |
---|
SimpleInterceptorMetadata(InterceptorReference<T> interceptorReference,
boolean targetClass,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
Modifier and Type | Method and Description |
---|---|
Iterable<MethodMetadata> |
ClassMetadata.getDeclaredMethods() |
List<MethodMetadata> |
InterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType)
Returns the list of interceptor methods of this class for a given
interception type.
|
Modifier and Type | Method and Description |
---|---|
MethodMetadata |
ImmutableIteratorWrapper.next() |
protected abstract MethodMetadata |
ImmutableIteratorWrapper.wrapObject(T t) |
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.