public final class ValidationData extends Object implements MessageProvider
The included data are the schema (in the shape of a JsonSchemaTree
and the instance to validate (in the shape of a JsonTree.
| Constructor and Description |
|---|
ValidationData(JsonSchemaTree schema) |
ValidationData(JsonSchemaTree schema,
JsonTree instance) |
| Modifier and Type | Method and Description |
|---|---|
JsonTree |
getInstance() |
JsonSchemaTree |
getSchema() |
ProcessingMessage |
newMessage() |
public ValidationData(JsonSchemaTree schema, JsonTree instance)
public ValidationData(JsonSchemaTree schema)
public JsonSchemaTree getSchema()
public JsonTree getInstance()
public ProcessingMessage newMessage()
newMessage in interface MessageProviderCopyright © 2013. All Rights Reserved.