Uses of Interface
org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor
-
Packages that use MessageBodyWriterInterceptor Package Description org.jboss.resteasy.core.interception -
-
Uses of MessageBodyWriterInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as MessageBodyWriterInterceptor Modifier and Type Field Description protected MessageBodyWriterInterceptor
WriterInterceptorRegistry.WriterInterceptorFacade. interceptor
Methods in org.jboss.resteasy.core.interception that return MessageBodyWriterInterceptor Modifier and Type Method Description MessageBodyWriterInterceptor
WriterInterceptorRegistry.WriterInterceptorFacade. getInterceptor()
Methods in org.jboss.resteasy.core.interception with parameters of type MessageBodyWriterInterceptor Modifier and Type Method Description void
WriterInterceptorRegistry. registerLegacy(MessageBodyWriterInterceptor interceptor)
Method parameters in org.jboss.resteasy.core.interception with type arguments of type MessageBodyWriterInterceptor Modifier and Type Method Description void
WriterInterceptorRegistry. registerLegacy(java.lang.Class<? extends MessageBodyWriterInterceptor> decl)
Constructors in org.jboss.resteasy.core.interception with parameters of type MessageBodyWriterInterceptor Constructor Description WriterInterceptorFacade(MessageBodyWriterInterceptor interceptor)
-