Class VertxJsonObjectMessageBodyReader

java.lang.Object
org.jboss.resteasy.reactive.common.providers.serialisers.PrimitiveBodyHandler
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonObjectBasicMessageBodyReader
io.quarkus.resteasy.reactive.jackson.runtime.serialisers.vertx.VertxJsonObjectMessageBodyReader
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyReader<io.vertx.core.json.JsonObject>, org.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonObject>

public class VertxJsonObjectMessageBodyReader extends VertxJsonObjectBasicMessageBodyReader implements org.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonObject>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    isReadable(Class<?> type, Type genericType, org.jboss.resteasy.reactive.server.spi.ResteasyReactiveResourceInfo lazyMethod, jakarta.ws.rs.core.MediaType mediaType)
     
    io.vertx.core.json.JsonObject
    readFrom(Class<io.vertx.core.json.JsonObject> 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.VertxJsonObjectBasicMessageBodyReader

    isReadable, isReadable, readFrom, readFrom

    Methods inherited from class org.jboss.resteasy.reactive.common.providers.serialisers.PrimitiveBodyHandler

    readFrom

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface jakarta.ws.rs.ext.MessageBodyReader

    isReadable, readFrom
  • Constructor Details

    • VertxJsonObjectMessageBodyReader

      public VertxJsonObjectMessageBodyReader()
  • 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:
      isReadable in interface org.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonObject>
    • readFrom

      public io.vertx.core.json.JsonObject readFrom(Class<io.vertx.core.json.JsonObject> 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:
      readFrom in interface org.jboss.resteasy.reactive.server.spi.ServerMessageBodyReader<io.vertx.core.json.JsonObject>
      Throws:
      jakarta.ws.rs.WebApplicationException
      IOException