Class UpdateByIdSchemaValidator
java.lang.Object
fr.gouv.vitam.common.dsl.schema.validator.UpdateByIdSchemaValidator
- All Implemented Interfaces:
DslValidator
Dsl schema validator for update by id DSL queries.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate
(com.fasterxml.jackson.databind.JsonNode dsl) Validate a dsl query
-
Constructor Details
-
UpdateByIdSchemaValidator
Constructor- Throws:
IOException
- thrown when the schema file is not found or invalid
-
-
Method Details
-
validate
Description copied from interface:DslValidator
Validate a dsl query- Specified by:
validate
in interfaceDslValidator
- Parameters:
dsl
- dsl query- Throws:
ValidationException
- thrown if dsl query is not valid
-