Package io.quarkus.resteasy.runtime.vertx
-
Class Summary Class Description JsonArrayReader A body reader that allows to get a Vert.xJsonArray
as JAX-RS request content.JsonArrayWriter A body writer that allows to return a Vert.xJsonArray
as JAX-RS response content.JsonObjectReader A body reader that allows to get a Vert.xJsonObject
as JAX-RS request content.JsonObjectWriter A body writer that allows to return a Vert.xJsonObject
as JAX-RS response content.