| Package | Description |
|---|---|
| org.eel.kitchen.jsonschema.main |
Main schema validation API
|
| org.eel.kitchen.jsonschema.ref |
JSON Reference related packages
|
| Modifier and Type | Field and Description |
|---|---|
private JsonPointer |
ValidationReport.path
The current path
|
private static JsonPointer |
ValidationReport.ROOT
Root JSON Pointer (ie,
#) |
| Modifier and Type | Field and Description |
|---|---|
private ListMultimap<JsonPointer,String> |
ValidationReport.msgMap
Message list
|
| Modifier and Type | Method and Description |
|---|---|
JsonPointer |
ValidationReport.getPath()
Get the current path of this report
|
| Modifier and Type | Method and Description |
|---|---|
void |
ValidationReport.setPath(JsonPointer path)
Set the current path of this report
|
| Constructor and Description |
|---|
ValidationReport(JsonPointer path)
Create a new validation report with an arbitraty path
|
| Modifier and Type | Method and Description |
|---|---|
JsonPointer |
JsonPointer.append(int index)
Append an array index to this pointer.
|
JsonPointer |
JsonPointer.append(String element)
Append a path element to this pointer.
|
| Modifier and Type | Method and Description |
|---|---|
int |
JsonPointer.compareTo(JsonPointer other) |
Copyright © 2012. All Rights Reserved.