public interface JsonValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
validate(ValidationContext context,
ValidationReport report,
JsonNode instance)
Validate the instance, and tell whether validation should continue
|
boolean validate(ValidationContext context, ValidationReport report, JsonNode instance)
Note: the return value is currently unused.
context - the validation contextreport - the validation reportinstance - the instance to validateCopyright © 2012. All Rights Reserved.