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 WriterInterceptorRegistry
ThreadLocalResteasyProviderFactory. getClientWriterInterceptorRegistry()
WriterInterceptorRegistry
ThreadLocalResteasyProviderFactory. 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 WriterInterceptorRegistry
WriterInterceptorRegistry. 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 WriterInterceptorRegistry
ResteasyProviderFactory. clientWriterInterceptorRegistry
protected WriterInterceptorRegistry
ResteasyProviderFactory. serverWriterInterceptorRegistry
Methods in org.jboss.resteasy.spi that return WriterInterceptorRegistry Modifier and Type Method Description WriterInterceptorRegistry
ResteasyProviderFactory. getClientWriterInterceptorRegistry()
WriterInterceptorRegistry
ResteasyProviderFactory. getServerWriterInterceptorRegistry()
-