Interface JaxrsInterceptorRegistry<T>
- All Known Implementing Classes:
ClientRequestFilterRegistryImpl
,ClientResponseFilterRegistryImpl
,ContainerRequestFilterRegistryImpl
,ContainerResponseFilterRegistryImpl
,JaxrsInterceptorRegistryImpl
,ReaderInterceptorRegistryImpl
,WriterInterceptorRegistryImpl
public interface JaxrsInterceptorRegistry<T>
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic class
static class
static interface
static class
-
Method Summary
Modifier and TypeMethodDescriptionclone
(ResteasyProviderFactory factory) getIntf()
T[]
postMatch
(Class declaring, AccessibleObject target) T[]
preMatch()
void
void
registerClass
(Class<? extends T> declaring) void
registerClass
(Class<? extends T> declaring, int priority) void
registerSingleton
(T interceptor) void
registerSingleton
(T interceptor, int priority)
-
Method Details
-
clone
-
getIntf
-
getListeners
List<JaxrsInterceptorRegistryListener> getListeners() -
preMatch
T[] preMatch() -
postMatch
-
register
-
registerClass
-
registerClass
-
registerSingleton
-
registerSingleton
-