Class ReaderContextFirstWriterInterceptor
java.lang.Object
org.jboss.resteasy.embedded.test.core.interceptors.resource.ReaderContextFirstWriterInterceptor
- All Implemented Interfaces:
jakarta.ws.rs.ext.WriterInterceptor,org.jboss.resteasy.spi.AsyncWriterInterceptor
@Provider
@Priority(100)
public class ReaderContextFirstWriterInterceptor
extends Object
implements jakarta.ws.rs.ext.WriterInterceptor, org.jboss.resteasy.spi.AsyncWriterInterceptor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) asyncAroundWriteTo(org.jboss.resteasy.spi.AsyncWriterInterceptorContext context)
-
Constructor Details
-
ReaderContextFirstWriterInterceptor
public ReaderContextFirstWriterInterceptor()
-
-
Method Details
-
aroundWriteTo
public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException - Specified by:
aroundWriteToin interfacejakarta.ws.rs.ext.WriterInterceptor- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-
asyncAroundWriteTo
public CompletionStage<Void> asyncAroundWriteTo(org.jboss.resteasy.spi.AsyncWriterInterceptorContext context) - Specified by:
asyncAroundWriteToin interfaceorg.jboss.resteasy.spi.AsyncWriterInterceptor
-