Uses of Class
org.jboss.resteasy.core.interception.InterceptorRegistry
Packages that use InterceptorRegistry
Package
Description
-
Uses of InterceptorRegistry in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return InterceptorRegistryModifier and TypeMethodDescriptionThreadLocalResteasyProviderFactory.getClientExecutionInterceptorRegistry()
-
Uses of InterceptorRegistry in org.jboss.resteasy.core.interception
Methods in org.jboss.resteasy.core.interception that return InterceptorRegistryModifier and TypeMethodDescriptionInterceptorRegistry.cloneTo
(ResteasyProviderFactory factory) Deprecated.Methods in org.jboss.resteasy.core.interception with parameters of type InterceptorRegistryModifier and TypeMethodDescriptionvoid
InterceptorRegistryListener.registryUpdated
(InterceptorRegistry registry) Deprecated. -
Uses of InterceptorRegistry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as InterceptorRegistryModifier and TypeFieldDescriptionprotected InterceptorRegistry<ClientExecutionInterceptor>
ResteasyProviderFactory.clientExecutionInterceptorRegistry
Methods in org.jboss.resteasy.spi that return InterceptorRegistryModifier and TypeMethodDescriptionResteasyProviderFactory.getClientExecutionInterceptorRegistry()
Methods in org.jboss.resteasy.spi with parameters of type InterceptorRegistryModifier and TypeMethodDescriptionprotected void
ResteasyProviderFactory.registerDefaultInterceptorPrecedences
(InterceptorRegistry registry)