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 Details

    • ReaderContextFirstWriterInterceptor

      public ReaderContextFirstWriterInterceptor()
  • Method Details

    • aroundWriteTo

      public void aroundWriteTo(jakarta.ws.rs.ext.WriterInterceptorContext context) throws IOException, jakarta.ws.rs.WebApplicationException
      Specified by:
      aroundWriteTo in interface jakarta.ws.rs.ext.WriterInterceptor
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException
    • asyncAroundWriteTo

      public CompletionStage<Void> asyncAroundWriteTo(org.jboss.resteasy.spi.AsyncWriterInterceptorContext context)
      Specified by:
      asyncAroundWriteTo in interface org.jboss.resteasy.spi.AsyncWriterInterceptor