validate
public void validate(com.github.fge.jsonschema.core.processing.Processor<FullData,FullData> processor,
com.github.fge.jsonschema.core.report.ProcessingReport report,
MessageBundle bundle,
FullData data)
throws com.github.fge.jsonschema.core.exceptions.ProcessingException
Validate the instance
- Parameters:
processor - the main validation processor
report - the report to use
bundle - the message bundle to use
data - the validation data
- Throws:
InvalidInstanceException - instance is invalid, and the report has
been configured to throw an exception instead of logging errors
com.github.fge.jsonschema.core.exceptions.ProcessingException