Class VertxJsonObjectBasicMessageBodyWriter

java.lang.Object
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonObjectBasicMessageBodyWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>

public class VertxJsonObjectBasicMessageBodyWriter extends Object implements jakarta.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>
  • Constructor Details

    • VertxJsonObjectBasicMessageBodyWriter

      public VertxJsonObjectBasicMessageBodyWriter()
  • Method Details

    • isWriteable

      public boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, jakarta.ws.rs.core.MediaType mediaType)
      Specified by:
      isWriteable in interface jakarta.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>
    • isWriteable

      protected boolean isWriteable(Class<?> type)
    • writeTo

      public void writeTo(io.vertx.core.json.JsonObject o, 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
      Specified by:
      writeTo in interface jakarta.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>
      Throws:
      IOException
      jakarta.ws.rs.WebApplicationException