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 voidInterceptorRegistryListener. 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. clientExecutionInterceptorRegistryMethods 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 voidResteasyProviderFactory. registerDefaultInterceptorPrecedences(InterceptorRegistry registry)
-