Interface InterceptorRegistry.InterceptorFactory
-
- All Known Implementing Classes:
InterceptorRegistry.AbstractInterceptorFactory
,InterceptorRegistry.PerMethodInterceptorFactory
,InterceptorRegistry.SingletonInterceptorFactory
- Enclosing class:
- InterceptorRegistry<T>
protected static interface InterceptorRegistry.InterceptorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getOrder()
java.lang.Object
postMatch(java.lang.Class declaring, java.lang.reflect.AccessibleObject target)
java.lang.Object
preMatch()
-