| Modifier and Type | Method and Description |
|---|---|
Iterable<MethodMetadata> |
WeldInterceptorClassMetadata.getDeclaredMethods() |
| Modifier and Type | Method and Description |
|---|---|
static MethodReference |
MethodReference.of(MethodMetadata method,
boolean withDeclaringClass) |
| Modifier and Type | Method and Description |
|---|---|
MethodMetadata |
SimpleMethodInvocation.getMethod() |
| Constructor and Description |
|---|
SimpleInterceptorInvocation(T instance,
InterceptionType interceptionType,
Collection<MethodMetadata> interceptorMethods,
boolean targetClass) |
| 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() |
| Modifier and Type | Method and Description |
|---|---|
MethodMetadata |
ImmutableIteratorWrapper.next() |
protected abstract MethodMetadata |
ImmutableIteratorWrapper.wrapObject(T t) |
Copyright © 2014 Seam Framework. All Rights Reserved.