Package fr.gouv.vitam.common.json
Class JsonSchemaValidator
java.lang.Object
fr.gouv.vitam.common.json.JsonSchemaValidator
-
Method Summary
Modifier and TypeMethodDescriptionstatic JsonSchemaValidator
forBuiltInSchema
(String schemaFilename) static JsonSchemaValidator
forUserSchema
(String schemaJsonAsString) void
validateJson
(com.fasterxml.jackson.databind.JsonNode jsonNode) Validate a json with a schema
-
Method Details
-
forBuiltInSchema
-
forUserSchema
public static JsonSchemaValidator forUserSchema(String schemaJsonAsString) throws InvalidJsonSchemaException - Throws:
InvalidJsonSchemaException
-
validateJson
public void validateJson(com.fasterxml.jackson.databind.JsonNode jsonNode) throws JsonSchemaValidationException Validate a json with a schema- Throws:
JsonSchemaValidationException
-