Package io.quarkus.vertx.runtime.jackson
package io.quarkus.vertx.runtime.jackson
-
ClassesClassDescriptionCopied from
io.vertx.core.json.jackson.BufferDeserializeras that class is package privateCopied fromio.vertx.core.json.jackson.BufferSerializeras that class is package privateCopied fromio.vertx.core.json.jackson.ByteArrayDeserializeras that class is package privateCopied fromio.vertx.core.json.jackson.ByteArraySerializeras that class is package privateCopied fromio.vertx.core.json.jackson.InstantDeserializeras that class is package privateCopied fromio.vertx.core.json.jackson.InstantSerializeras that class is package privateCopied fromio.vertx.core.json.jackson.JsonArraySerializeras that class is package privateCopied fromio.vertx.core.json.jackson.JsonObjectSerializeras that class is package privateImplementation utilities (details) affecting the way JSON objects are wrapped.Tie into Vert.x'sJsonFactorySPI in order to ensure that the user customizedObjectMapperis usedThe functionality of this class is copied almost verbatim fromio.vertx.core.json.jackson.DatabindCodec.