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 intgetOrder()java.lang.ObjectpostMatch(java.lang.Class declaring, java.lang.reflect.AccessibleObject target)java.lang.ObjectpreMatch()
-