Package | Description |
---|---|
com.github.fge.jsonschema.ref |
JSON Reference related classes
|
com.github.fge.jsonschema.report |
Validation reports and messages
|
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 |
---|---|
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
|
Copyright © 2013. All Rights Reserved.