All Downloads are FREE. Search and download functionalities are using the official Maven repository.

se.hiq.oss.json.schema.repo.JsonSchemaRegistration Maven / Gradle / Ivy

There is a newer version: 0.8
Show newest version
package se.hiq.oss.json.schema.repo;


import com.fasterxml.jackson.databind.JsonNode;
import com.github.fge.jsonschema.main.JsonSchema;
import se.hiq.oss.json.schema.validation.impl.JsonSchemaValidator;


public interface JsonSchemaRegistration {

    Class getSerDeClass();

    JsonSchema getJsonSchema();

    JsonSchemaValidator getStringValidator();

    JsonSchemaValidator getNodeValidator();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy