public final class PatternValidator extends AbstractKeywordValidator
patternRhinoHelperkeyword| Constructor and Description |
|---|
PatternValidator(com.fasterxml.jackson.databind.JsonNode digest) |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
void |
validate(com.github.fge.jsonschema.processing.Processor<FullData,FullData> processor,
com.github.fge.jsonschema.report.ProcessingReport report,
FullData data)
Validate the instance
|
newMsgpublic PatternValidator(com.fasterxml.jackson.databind.JsonNode digest)
public void validate(com.github.fge.jsonschema.processing.Processor<FullData,FullData> processor, com.github.fge.jsonschema.report.ProcessingReport report, FullData data) throws com.github.fge.jsonschema.exceptions.ProcessingException
KeywordValidatorprocessor - the main validation processorreport - the report to usedata - the validation dataInvalidInstanceException - instance is invalid, and the report has
been configured to throw an exception instead of logging errorscom.github.fge.jsonschema.exceptions.ProcessingExceptionpublic String toString()
toString in class AbstractKeywordValidatorCopyright © 2014. All Rights Reserved.