public class UpdateMultipleSchemaValidator extends Object implements DslValidator
| Constructor and Description |
|---|
UpdateMultipleSchemaValidator()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
validate(com.fasterxml.jackson.databind.JsonNode dsl)
Validate a dsl query
|
public UpdateMultipleSchemaValidator()
throws IOException
IOException - thrown when the schema file is not found or invalidpublic void validate(com.fasterxml.jackson.databind.JsonNode dsl)
throws ValidationException
validate in interface DslValidatordsl - dsl queryIllegalArgumentException - dsl empty or nullValidationException - thrown if dsl query is not validCopyright © 2018 Vitam. All rights reserved.