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 TypeMethodDescriptionvoidInterceptorRegistryListener.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.clientExecutionInterceptorRegistryMethods in org.jboss.resteasy.spi that return InterceptorRegistryModifier and TypeMethodDescriptionResteasyProviderFactory.getClientExecutionInterceptorRegistry()Methods in org.jboss.resteasy.spi with parameters of type InterceptorRegistryModifier and TypeMethodDescriptionprotected voidResteasyProviderFactory.registerDefaultInterceptorPrecedences(InterceptorRegistry registry)