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 MessageBodyWriterInterceptorWriterInterceptorRegistry.WriterInterceptorFacade. interceptorMethods in org.jboss.resteasy.core.interception that return MessageBodyWriterInterceptor Modifier and Type Method Description MessageBodyWriterInterceptorWriterInterceptorRegistry.WriterInterceptorFacade. getInterceptor()Methods in org.jboss.resteasy.core.interception with parameters of type MessageBodyWriterInterceptor Modifier and Type Method Description voidWriterInterceptorRegistry. registerLegacy(MessageBodyWriterInterceptor interceptor)Method parameters in org.jboss.resteasy.core.interception with type arguments of type MessageBodyWriterInterceptor Modifier and Type Method Description voidWriterInterceptorRegistry. registerLegacy(java.lang.Class<? extends MessageBodyWriterInterceptor> decl)Constructors in org.jboss.resteasy.core.interception with parameters of type MessageBodyWriterInterceptor Constructor Description WriterInterceptorFacade(MessageBodyWriterInterceptor interceptor)
-