Class VertxJsonArrayMessageBodyWriter
java.lang.Object
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonArrayBasicMessageBodyWriter
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonArrayMessageBodyWriter
- All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<io.vertx.core.json.JsonArray>,org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.json.JsonArray>
public class VertxJsonArrayMessageBodyWriter
extends VertxJsonArrayBasicMessageBodyWriter
implements org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.json.JsonArray>
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter
org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter.AllWriteableMessageBodyWriter -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisWriteable(Class<?> type, Type genericType, org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo target, jakarta.ws.rs.core.MediaType mediaType) voidwriteResponse(io.vertx.core.json.JsonArray o, Type genericType, org.jboss.resteasy.reactive.server.spi.ServerRequestContext context) Methods inherited from class io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonArrayBasicMessageBodyWriter
isWriteable, isWriteable, writeToMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.ext.MessageBodyWriter
getSize, isWriteable, writeTo
-
Constructor Details
-
VertxJsonArrayMessageBodyWriter
public VertxJsonArrayMessageBodyWriter()
-
-
Method Details
-
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.JsonArray>
-
writeResponse
public void writeResponse(io.vertx.core.json.JsonArray o, Type genericType, org.jboss.resteasy.reactive.server.spi.ServerRequestContext context) throws jakarta.ws.rs.WebApplicationException, IOException - Specified by:
writeResponsein interfaceorg.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter<io.vertx.core.json.JsonArray>- Throws:
jakarta.ws.rs.WebApplicationExceptionIOException
-