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