Uses of Class
org.jboss.resteasy.core.interception.ReaderInterceptorRegistry
-
Packages that use ReaderInterceptorRegistry Package Description org.jboss.resteasy.core org.jboss.resteasy.core.interception org.jboss.resteasy.spi -
-
Uses of ReaderInterceptorRegistry in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return ReaderInterceptorRegistry Modifier and Type Method Description ReaderInterceptorRegistryThreadLocalResteasyProviderFactory. getClientReaderInterceptorRegistry()ReaderInterceptorRegistryThreadLocalResteasyProviderFactory. getServerReaderInterceptorRegistry() -
Uses of ReaderInterceptorRegistry in org.jboss.resteasy.core.interception
Methods in org.jboss.resteasy.core.interception that return ReaderInterceptorRegistry Modifier and Type Method Description ReaderInterceptorRegistryReaderInterceptorRegistry. clone(ResteasyProviderFactory factory) -
Uses of ReaderInterceptorRegistry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as ReaderInterceptorRegistry Modifier and Type Field Description protected ReaderInterceptorRegistryResteasyProviderFactory. clientReaderInterceptorRegistryprotected ReaderInterceptorRegistryResteasyProviderFactory. serverReaderInterceptorRegistryMethods in org.jboss.resteasy.spi that return ReaderInterceptorRegistry Modifier and Type Method Description ReaderInterceptorRegistryResteasyProviderFactory. getClientReaderInterceptorRegistry()ReaderInterceptorRegistryResteasyProviderFactory. getServerReaderInterceptorRegistry()
-