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, isEligible
public static final TargetClassInterceptorMetadata EMPTY_INSTANCE
public static TargetClassInterceptorMetadata of(Map<InterceptionType,List<Method>> interceptorMethodMap)
protected boolean isTargetClassInterceptor()
isTargetClassInterceptor
in class AbstractInterceptorMetadata
public boolean isInterceptorMethod(Method method)
Copyright © 2014. All Rights Reserved.