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 ReaderInterceptorRegistry
ThreadLocalResteasyProviderFactory. getClientReaderInterceptorRegistry()
ReaderInterceptorRegistry
ThreadLocalResteasyProviderFactory. 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 ReaderInterceptorRegistry
ReaderInterceptorRegistry. 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 ReaderInterceptorRegistry
ResteasyProviderFactory. clientReaderInterceptorRegistry
protected ReaderInterceptorRegistry
ResteasyProviderFactory. serverReaderInterceptorRegistry
Methods in org.jboss.resteasy.spi that return ReaderInterceptorRegistry Modifier and Type Method Description ReaderInterceptorRegistry
ResteasyProviderFactory. getClientReaderInterceptorRegistry()
ReaderInterceptorRegistry
ResteasyProviderFactory. getServerReaderInterceptorRegistry()
-