Class VertxJsonObjectMessageBodyWriter
- java.lang.Object
-
- io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonObjectBasicMessageBodyWriter
-
- io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonObjectMessageBodyWriter
-
- All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>,org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.json.JsonObject>
public class VertxJsonObjectMessageBodyWriter extends VertxJsonObjectBasicMessageBodyWriter implements org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.json.JsonObject>
-
-
Constructor Summary
Constructors Constructor Description VertxJsonObjectMessageBodyWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisWriteable(Class<?> type, Type genericType, org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo target, jakarta.ws.rs.core.MediaType mediaType)voidwriteResponse(io.vertx.core.json.JsonObject o, Type genericType, org.jboss.resteasy.reactive.server.spi.ServerRequestContext context)voidwriteTo(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)-
Methods inherited from class io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonObjectBasicMessageBodyWriter
isWriteable, isWriteable
-
-
-
-
Method Detail
-
isWriteable
public boolean isWriteable(Class<?> type, Type genericType, org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo target, jakarta.ws.rs.core.MediaType mediaType)
- Specified by:
isWriteablein interfaceorg.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.json.JsonObject>
-
writeResponse
public void writeResponse(io.vertx.core.json.JsonObject o, Type genericType, org.jboss.resteasy.reactive.server.spi.ServerRequestContext context) throws jakarta.ws.rs.WebApplicationException- Specified by:
writeResponsein interfaceorg.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.json.JsonObject>- Throws:
jakarta.ws.rs.WebApplicationException
-
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:
writeToin interfacejakarta.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonObject>- Overrides:
writeToin classVertxJsonObjectBasicMessageBodyWriter- Throws:
IOExceptionjakarta.ws.rs.WebApplicationException
-
-