Class VertxModule

  • All Implemented Interfaces:
    Versioned, Serializable

    public class VertxModule
    extends SimpleModule
    A Jackson Module to provide following VertX Serializers and Deserializers that can be reused for building custom mappers :
    • JsonObjectSerializer of JsonObject
    • JsonArraySerializer of JsonArray
    • JsonArrayDeserializer of JsonArray
    • JsonObjectDeserializer of JsonObject
    • InstantSerializer and InstantDeserializer of Instant
    • ByteArraySerializer and ByteArraySerializer of byte[]
    • BufferSerializer and BufferSerializer of Buffer
    See Also:
    Serialized Form
    • Constructor Detail

      • VertxModule

        public VertxModule()