Interface JaxrsInterceptorRegistry.InterceptorFactory
-
- All Known Implementing Classes:
JaxrsInterceptorRegistryImpl.AbstractInterceptorFactory,JaxrsInterceptorRegistryImpl.OnDemandInterceptorFactory,JaxrsInterceptorRegistryImpl.SingletonInterceptorFactory
- Enclosing interface:
- JaxrsInterceptorRegistry<T>
public static interface JaxrsInterceptorRegistry.InterceptorFactory
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description JaxrsInterceptorRegistry.MatchpostMatch(Class declaring, AccessibleObject target)JaxrsInterceptorRegistry.MatchpreMatch()
-
-
-
Method Detail
-
preMatch
JaxrsInterceptorRegistry.Match preMatch()
-
postMatch
JaxrsInterceptorRegistry.Match postMatch(Class declaring, AccessibleObject target)
-
-