Class JsonSchemaDeserializer<T>

    • Constructor Detail

      • JsonSchemaDeserializer

        public JsonSchemaDeserializer()
        Constructs a new JsonSchemaDeserializer with default configuration.
    • Method Detail

      • configure

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