Class VertxJsonArrayMessageBodyReader

  • All Implemented Interfaces:
    javax.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 Detail

      • VertxJsonArrayMessageBodyReader

        public VertxJsonArrayMessageBodyReader()
    • Method Detail

      • isReadable

        public boolean isReadable​(Class<?> type,
                                  Type genericType,
                                  org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo lazyMethod,
                                  javax.ws.rs.core.MediaType mediaType)
        Specified by:
        isReadable in interface org.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,
                                                     javax.ws.rs.core.MediaType mediaType,
                                                     org.jboss.resteasy.reactive.server.spi.ServerRequestContext context)
                                              throws javax.ws.rs.WebApplicationException,
                                                     IOException
        Specified by:
        readFrom in interface org.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonArray>
        Throws:
        javax.ws.rs.WebApplicationException
        IOException