public class TargetClassInterceptorMetadata extends AbstractInterceptorMetadata
| Modifier and Type | Field and Description |
|---|---|
static TargetClassInterceptorMetadata |
EMPTY_INSTANCE |
interceptorMethodMap| Modifier and Type | Method and Description |
|---|---|
boolean |
isInterceptorMethod(java.lang.reflect.Method method) |
protected boolean |
isTargetClassInterceptor() |
static TargetClassInterceptorMetadata |
of(java.util.Map<InterceptionType,java.util.List<java.lang.reflect.Method>> interceptorMethodMap) |
getInterceptorInvocation, getInterceptorMethods, isEligiblepublic static final TargetClassInterceptorMetadata EMPTY_INSTANCE
public static TargetClassInterceptorMetadata of(java.util.Map<InterceptionType,java.util.List<java.lang.reflect.Method>> interceptorMethodMap)
protected boolean isTargetClassInterceptor()
isTargetClassInterceptor in class AbstractInterceptorMetadatapublic boolean isInterceptorMethod(java.lang.reflect.Method method)
Copyright © 2015. All Rights Reserved.