public interface InterceptorProvider
| Modifier and Type | Method and Description |
|---|---|
Interceptor |
getInterceptor(Method interfaceMethod,
Object componentInstance)
Returns the interceptor to be used for the given method, or null if none.
|
Interceptor getInterceptor(Method interfaceMethod, Object componentInstance)
interfaceMethod - the invoked methodcomponentInstance - the targeted component instanceCopyright © 2016. All rights reserved.