Class VertxJsonArrayMessageBodyReader
java.lang.Object
org.jboss.resteasy.reactive.common.providers.serialisers.PrimitiveBodyHandler
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonArrayBasicMessageBodyReader
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonArrayMessageBodyReader
- All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyReader<io.vertx.core.json.JsonArray>,org.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonArray>
public class VertxJsonArrayMessageBodyReader
extends VertxJsonArrayBasicMessageBodyReader
implements org.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonArray>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisReadable(Class<?> type, Type genericType, org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo lazyMethod, jakarta.ws.rs.core.MediaType mediaType) io.vertx.core.json.JsonArrayreadFrom(Class<io.vertx.core.json.JsonArray> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, org.jboss.resteasy.reactive.server.spi.ServerRequestContext context) Methods inherited from class io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonArrayBasicMessageBodyReader
isReadable, isReadable, readFrom, readFromMethods inherited from class org.jboss.resteasy.reactive.common.providers.serialisers.PrimitiveBodyHandler
readFromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface jakarta.ws.rs.ext.MessageBodyReader
isReadable, readFrom
-
Constructor Details
-
VertxJsonArrayMessageBodyReader
public VertxJsonArrayMessageBodyReader()
-
-
Method Details
-
isReadable
public boolean isReadable(Class<?> type, Type genericType, org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo lazyMethod, jakarta.ws.rs.core.MediaType mediaType) - Specified by:
isReadablein interfaceorg.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonArray>
-
readFrom
public io.vertx.core.json.JsonArray readFrom(Class<io.vertx.core.json.JsonArray> type, Type genericType, jakarta.ws.rs.core.MediaType mediaType, org.jboss.resteasy.reactive.server.spi.ServerRequestContext context) throws jakarta.ws.rs.WebApplicationException, IOException - Specified by:
readFromin interfaceorg.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonArray>- Throws:
jakarta.ws.rs.WebApplicationExceptionIOException
-