All Classes and Interfaces

Class
Description
 
Copied from io.vertx.core.json.jackson.BufferDeserializer as that class is package private
Simple OutputStream implementation that appends content written in given Buffer instance.
Copied from io.vertx.core.json.jackson.BufferSerializer as that class is package private
Copied from io.vertx.core.json.jackson.ByteArrayDeserializer as that class is package private
Copied from io.vertx.core.json.jackson.ByteArraySerializer as that class is package private
 
Marks a business method to be automatically registered as a Vertx message consumer.
 
This executor is only used in the dev mode as the Vertx worker thread pool.
 
Invokes a business method annotated with ConsumeEvent.
Copied from io.vertx.core.json.jackson.InstantDeserializer as that class is package private
Copied from io.vertx.core.json.jackson.InstantSerializer as that class is package private
 
 
 
Copied from io.vertx.core.json.jackson.JsonArraySerializer as that class is package private
 
Copied from io.vertx.core.json.jackson.JsonObjectSerializer as that class is package private
Implementation utilities (details) affecting the way JSON objects are wrapped.
An implementation of MessageCodec for local delivery only.
This executor is only used in the prod mode as the Vertx worker thread pool.
 
 
 
 
Tie into Vert.x's JsonFactory SPI in order to ensure that the user customized ObjectMapper is used
The functionality of this class is copied almost verbatim from io.vertx.core.json.jackson.DatabindCodec.
Indicates that the annotated method should be invoked on a safe duplicated context.
 
 
 
 
 
 
 
 
 
 
 
 
 
This substitution forces the usage of the blocking DNS resolver
 
 
This is meant for other extensions to integrate with, to help identify which Contexts are isolated and guaranteeing access by a unique thread or event chain; for example it's used by Hibernate Reactive to check if the current context is safe for it to store the currently opened session, to protect users from mistakenly interleaving multiple reactive operations which could unintentionally share the same session.
Provides utility methods to work with Vertx duplicated context.
 
 
 
 
 
 
 
 
 
 
Allows customizing the VertxOptions used to create the managed Vertx instance.
Expose the Vert.x event bus and produces Mutiny instances.