Class SimpleMessageChunkCsvWriter

java.lang.Object
org.graylog.plugins.views.search.export.SimpleMessageChunkWriter
org.graylog.plugins.views.search.export.SimpleMessageChunkCsvWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<SimpleMessageChunk>

@Provider @Produces("text/csv") public class SimpleMessageChunkCsvWriter extends SimpleMessageChunkWriter
  • Constructor Details

    • SimpleMessageChunkCsvWriter

      public SimpleMessageChunkCsvWriter()
  • Method Details

    • isWriteable

      public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
    • writeTo

      public void writeTo(SimpleMessageChunk chunk, Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, jakarta.ws.rs.WebApplicationException
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException