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