Class JsonSchemaSerializer<T>

    • Constructor Detail

      • JsonSchemaSerializer

        public JsonSchemaSerializer()
        Constructs a new JsonSchemaSerializer with default configuration. Initializes the ObjectMapper with default settings.
    • Method Detail

      • configure

        public void configure​(Map<String,​?> properties)
        Description copied from class: AbstractSerializer
        Configures the serializer with the given properties. Properties are defined in SerdeProperties
        Note: A Vertx connection will be made when configuring this Serializer. Vertx threads are non-daemon and will prevent JVM exit, so always remember to call Serializer.close().
        Specified by:
        configure in interface com.solace.serdes.Serializer<T>
        Overrides:
        configure in class AbstractSerializer<T,​com.networknt.schema.JsonSchema>
        Parameters:
        properties - A Map containing configuration properties.
        See Also:
        SerdeProperties