Modifier and Type | Method and Description |
---|---|
MethodMetadata |
WeldInterceptorClassMetadata.getDeclaredMethod(Method method) |
Modifier and Type | Method and Description |
---|---|
Iterable<MethodMetadata> |
WeldInterceptorClassMetadata.getDeclaredMethods() |
Modifier and Type | Method and Description |
---|---|
MethodMetadata |
SimpleMethodInvocation.getMethod() |
Constructor and Description |
---|
SimpleInterceptorInvocation(Object 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 |
---|---|
MethodMetadata |
ReflectiveClassMetadata.getDeclaredMethod(Method method) |
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> |
AbstractInterceptorMetadata.getInterceptorMethods(InterceptionType interceptionType) |
Modifier and Type | Method and Description |
---|---|
static boolean |
InterceptorMetadataUtils.isInterceptorMethod(InterceptionType interceptionType,
MethodMetadata method,
boolean forTargetClass) |
Constructor and Description |
---|
AbstractInterceptorMetadata(ClassMetadata<?> classMetadata,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
DefaultInterceptorMetadata(InterceptorFactory<T> reference,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
TargetClassInterceptorMetadata(ClassMetadata<?> classMetadata,
Map<InterceptionType,List<MethodMetadata>> interceptorMethodMap) |
Modifier and Type | Method and Description |
---|---|
MethodMetadata |
ClassMetadata.getDeclaredMethod(Method method) |
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) |
Modifier and Type | Method and Description |
---|---|
static MethodHolder |
MethodHolder.of(MethodMetadata method) |
Copyright © 2014 Seam Framework. All rights reserved.