Uses of Class
org.jboss.resteasy.core.interception.JaxrsInterceptorRegistry
Packages that use JaxrsInterceptorRegistry
Package
Description
-
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionJaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>
ThreadLocalResteasyProviderFactory.getClientRequestFilters()
Methods in org.jboss.resteasy.core with parameters of type JaxrsInterceptorRegistryModifier and TypeMethodDescriptionvoid
MessageBodyParameterInjector.registryUpdated
(JaxrsInterceptorRegistry registry) void
ResourceMethodInvoker.registryUpdated
(JaxrsInterceptorRegistry registry) -
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.core.interception
Subclasses of JaxrsInterceptorRegistry in org.jboss.resteasy.core.interceptionModifier and TypeClassDescriptionclass
class
class
class
class
Methods in org.jboss.resteasy.core.interception that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionJaxrsInterceptorRegistry.clone
(ResteasyProviderFactory factory) Methods in org.jboss.resteasy.core.interception with parameters of type JaxrsInterceptorRegistryModifier and TypeMethodDescriptionvoid
JaxrsInterceptorRegistryListener.registryUpdated
(JaxrsInterceptorRegistry registry) -
Uses of JaxrsInterceptorRegistry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as JaxrsInterceptorRegistryModifier and TypeFieldDescriptionprotected JaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>
ResteasyProviderFactory.clientRequestFilters
Methods in org.jboss.resteasy.spi that return JaxrsInterceptorRegistryModifier and TypeMethodDescriptionJaxrsInterceptorRegistry<javax.ws.rs.client.ClientRequestFilter>
ResteasyProviderFactory.getClientRequestFilters()