public interface JaxrsInterceptorRegistry<T>
Modifier and Type | Interface and Description |
---|---|
static class |
JaxrsInterceptorRegistry.AscendingPrecedenceComparator |
static class |
JaxrsInterceptorRegistry.DescendingPrecedenceComparator |
static interface |
JaxrsInterceptorRegistry.InterceptorFactory |
static class |
JaxrsInterceptorRegistry.Match |
Modifier and Type | Method and Description |
---|---|
JaxrsInterceptorRegistry<T> |
clone(ResteasyProviderFactory factory) |
Class<T> |
getIntf() |
List<JaxrsInterceptorRegistryListener> |
getListeners() |
T[] |
postMatch(Class declaring,
AccessibleObject target) |
T[] |
preMatch() |
void |
register(JaxrsInterceptorRegistry.InterceptorFactory factory) |
void |
registerClass(Class<? extends T> declaring) |
void |
registerClass(Class<? extends T> declaring,
int priority) |
void |
registerSingleton(T interceptor) |
void |
registerSingleton(T interceptor,
int priority) |
JaxrsInterceptorRegistry<T> clone(ResteasyProviderFactory factory)
List<JaxrsInterceptorRegistryListener> getListeners()
T[] preMatch()
T[] postMatch(Class declaring, AccessibleObject target)
void register(JaxrsInterceptorRegistry.InterceptorFactory factory)
void registerSingleton(T interceptor)
void registerSingleton(T interceptor, int priority)
Copyright © 2020 JBoss by Red Hat. All rights reserved.