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