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.Match
postMatch(Class declaring, AccessibleObject target)
JaxrsInterceptorRegistry.Match
preMatch()
-
-
-
Method Detail
-
preMatch
JaxrsInterceptorRegistry.Match preMatch()
-
postMatch
JaxrsInterceptorRegistry.Match postMatch(Class declaring, AccessibleObject target)
-
-