Uses of Class
org.jboss.resteasy.core.interception.InterceptorRegistry
-
Packages that use InterceptorRegistry Package Description org.jboss.resteasy.core org.jboss.resteasy.core.interception org.jboss.resteasy.spi -
-
Uses of InterceptorRegistry in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return InterceptorRegistry Modifier and Type Method Description InterceptorRegistry<ClientExecutionInterceptor>
ThreadLocalResteasyProviderFactory. getClientExecutionInterceptorRegistry()
-
Uses of InterceptorRegistry in org.jboss.resteasy.core.interception
Methods in org.jboss.resteasy.core.interception that return InterceptorRegistry Modifier and Type Method Description InterceptorRegistry<T>
InterceptorRegistry. cloneTo(ResteasyProviderFactory factory)
Deprecated.Methods in org.jboss.resteasy.core.interception with parameters of type InterceptorRegistry Modifier and Type Method Description void
InterceptorRegistryListener. registryUpdated(InterceptorRegistry registry)
Deprecated. -
Uses of InterceptorRegistry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as InterceptorRegistry Modifier and Type Field Description protected InterceptorRegistry<ClientExecutionInterceptor>
ResteasyProviderFactory. clientExecutionInterceptorRegistry
Methods in org.jboss.resteasy.spi that return InterceptorRegistry Modifier and Type Method Description InterceptorRegistry<ClientExecutionInterceptor>
ResteasyProviderFactory. getClientExecutionInterceptorRegistry()
Methods in org.jboss.resteasy.spi with parameters of type InterceptorRegistry Modifier and Type Method Description protected void
ResteasyProviderFactory. registerDefaultInterceptorPrecedences(InterceptorRegistry registry)
-