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