All Classes
-
All Classes Interface Summary Class Summary Class Description BufferDeserializer Copied fromio.vertx.core.json.jackson.BufferDeserializeras that class is package privateBufferSerializer Copied fromio.vertx.core.json.jackson.BufferSerializeras that class is package privateByteArrayDeserializer Copied fromio.vertx.core.json.jackson.ByteArrayDeserializeras that class is package privateByteArraySerializer Copied fromio.vertx.core.json.jackson.ByteArraySerializeras that class is package privateInstantDeserializer Copied fromio.vertx.core.json.jackson.InstantDeserializeras that class is package privateInstantSerializer Copied fromio.vertx.core.json.jackson.InstantSerializeras that class is package privateJacksonBuildTimeConfig JacksonConfigSupport JacksonRecorder JsonArraySerializer Copied fromio.vertx.core.json.jackson.JsonArraySerializeras that class is package privateJsonObjectSerializer Copied fromio.vertx.core.json.jackson.JsonObjectSerializeras that class is package privateJsonUtil Implementation utilities (details) affecting the way JSON objects are wrapped.ObjectMapperCustomizer Meant to be implemented by a CDI bean that provides arbitrary customization for the defaultObjectMapper.ObjectMapperProducer QuarkusJacksonFactory Tie into Vert.x'sJsonFactorySPI in order to ensure that the user customizedObjectMapperis usedQuarkusJacksonJsonCodec The functionality of this class is copied almost verbatim fromio.vertx.core.json.jackson.DatabindCodec.