public interface InterceptorMetadata
| Modifier and Type | Method and Description |
|---|---|
InterceptorInvocation |
getInterceptorInvocation(Object interceptorInstance,
InterceptionType interceptionType)
Creates a
InterceptorInvocation object representing invocation of interceptor methods of a given type on a given interceptor instance. |
boolean |
isEligible(InterceptionType interceptionType)
Indicates, whether the given interception type is supported.
|
boolean isEligible(InterceptionType interceptionType)
interceptionType - The InterceptionTypeInterceptorInvocation getInterceptorInvocation(Object interceptorInstance, InterceptionType interceptionType)
InterceptorInvocation object representing invocation of interceptor methods of a given type on a given interceptor instance.interceptorInstance - the given instance of the interceptorinterceptionType - the given interception typeCopyright © 2017. All rights reserved.