Uses of Interface
org.jboss.resteasy.spi.interception.MessageBodyWriterInterceptor
Packages that use MessageBodyWriterInterceptor
-
Uses of MessageBodyWriterInterceptor in org.jboss.resteasy.core.interception
Fields in org.jboss.resteasy.core.interception declared as MessageBodyWriterInterceptorModifier and TypeFieldDescriptionprotected final MessageBodyWriterInterceptor
WriterInterceptorRegistry.WriterInterceptorFacade.interceptor
Methods in org.jboss.resteasy.core.interception that return MessageBodyWriterInterceptorModifier and TypeMethodDescriptionWriterInterceptorRegistry.WriterInterceptorFacade.getInterceptor()
Methods in org.jboss.resteasy.core.interception with parameters of type MessageBodyWriterInterceptorModifier and TypeMethodDescriptionvoid
WriterInterceptorRegistry.registerLegacy
(MessageBodyWriterInterceptor interceptor) Method parameters in org.jboss.resteasy.core.interception with type arguments of type MessageBodyWriterInterceptorModifier and TypeMethodDescriptionvoid
WriterInterceptorRegistry.registerLegacy
(Class<? extends MessageBodyWriterInterceptor> decl) Constructors in org.jboss.resteasy.core.interception with parameters of type MessageBodyWriterInterceptor