Uses of Class
org.jboss.resteasy.core.interception.WriterInterceptorRegistry
-
Packages that use WriterInterceptorRegistry Package Description org.jboss.resteasy.core org.jboss.resteasy.core.interception org.jboss.resteasy.spi -
-
Uses of WriterInterceptorRegistry in org.jboss.resteasy.core
Methods in org.jboss.resteasy.core that return WriterInterceptorRegistry Modifier and Type Method Description WriterInterceptorRegistryThreadLocalResteasyProviderFactory. getClientWriterInterceptorRegistry()WriterInterceptorRegistryThreadLocalResteasyProviderFactory. getServerWriterInterceptorRegistry() -
Uses of WriterInterceptorRegistry in org.jboss.resteasy.core.interception
Methods in org.jboss.resteasy.core.interception that return WriterInterceptorRegistry Modifier and Type Method Description WriterInterceptorRegistryWriterInterceptorRegistry. clone(ResteasyProviderFactory factory) -
Uses of WriterInterceptorRegistry in org.jboss.resteasy.spi
Fields in org.jboss.resteasy.spi declared as WriterInterceptorRegistry Modifier and Type Field Description protected WriterInterceptorRegistryResteasyProviderFactory. clientWriterInterceptorRegistryprotected WriterInterceptorRegistryResteasyProviderFactory. serverWriterInterceptorRegistryMethods in org.jboss.resteasy.spi that return WriterInterceptorRegistry Modifier and Type Method Description WriterInterceptorRegistryResteasyProviderFactory. getClientWriterInterceptorRegistry()WriterInterceptorRegistryResteasyProviderFactory. getServerWriterInterceptorRegistry()
-