Uses of Interface
org.jboss.resteasy.spi.interception.JaxrsInterceptorRegistry.InterceptorFactory
Package
Description
-
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.core
Modifier and TypeMethodDescriptionvoid
MessageBodyParameterInjector.registryUpdated
(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory) void
ResourceMethodInvoker.registryUpdated
(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory) -
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.core.interception.jaxrs
Modifier and TypeClassDescriptionclass
protected class
protected class
Modifier and TypeFieldDescriptionprotected List
<JaxrsInterceptorRegistry.InterceptorFactory> JaxrsInterceptorRegistryImpl.interceptors
Modifier and TypeMethodDescriptionvoid
JaxrsInterceptorRegistryImpl.register
(JaxrsInterceptorRegistry.InterceptorFactory factory) -
Uses of JaxrsInterceptorRegistry.InterceptorFactory in org.jboss.resteasy.spi.interception
Modifier and TypeMethodDescriptionvoid
JaxrsInterceptorRegistry.register
(JaxrsInterceptorRegistry.InterceptorFactory factory) void
JaxrsInterceptorRegistryListener.registryUpdated
(JaxrsInterceptorRegistry registry, JaxrsInterceptorRegistry.InterceptorFactory factory)