public abstract class AbstractKeywordValidator extends Object implements KeywordValidator
This class provides a template message for error reporting, with all details about the current validation context already filled.
Modifier | Constructor and Description |
---|---|
protected |
AbstractKeywordValidator(String keyword)
Protected constructor
|
Modifier and Type | Method and Description |
---|---|
protected com.github.fge.jsonschema.report.ProcessingMessage |
newMsg(FullData data) |
abstract String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
validate
Copyright © 2014. All Rights Reserved.