Modifier and Type | Method and Description |
---|---|
InterceptorInvocation |
CustomInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptionType interceptionType) |
Constructor and Description |
---|
AbstractInterceptionChain(InterceptorInvocation interceptorInvocation) |
Modifier and Type | Class and Description |
---|---|
class |
CustomInterceptorInvocation<T> |
Constructor and Description |
---|
SimpleInterceptionChain(InterceptorInvocation interceptorInvocation) |
Modifier and Type | Method and Description |
---|---|
InterceptorInvocation |
AbstractInterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptionType interceptionType) |
Modifier and Type | Method and Description |
---|---|
InterceptorInvocation |
InterceptorMetadata.getInterceptorInvocation(Object interceptorInstance,
InterceptionType interceptionType)
Creates a
InterceptorInvocation object representing invocation of interceptor methods of a given type on a given interceptor instance. |
Copyright © 2016. All rights reserved.