| Modifier and Type | Method and Description |
|---|---|
void |
AbstractSyntaxChecker.checkSyntax(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
void |
SyntaxChecker.checkSyntax(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected abstract void |
AbstractSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExclusiveMaximumSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
ExclusiveMinimumSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
EnumSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
AdditionalSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
PatternSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
DraftV4TypeSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
RequiredSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
NotSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SchemaArraySyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
PositiveIntegerSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
SchemaOrSchemaArraySyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
DivisorSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
SchemaMapSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
URISyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
DependenciesSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
protected void |
DraftV3TypeKeywordSyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
void |
TypeOnlySyntaxChecker.checkValue(Collection<JsonPointer> pointers,
ProcessingReport report,
SchemaTree tree) |
| Modifier and Type | Field and Description |
|---|---|
protected JsonPointer |
SchemaArrayValidator.basePointer |
protected JsonPointer |
DraftV3TypeKeywordValidator.basePtr |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidatedPaths.addUncheckedPath(JsonPointer pointer) |
void |
ValidatedPaths.addValidatedPath(JsonPointer pointer) |
boolean |
ValidatedPaths.isValidated(JsonPointer currentPointer) |
| Modifier and Type | Method and Description |
|---|---|
JsonPointer |
JsonPointer.append(int index)
Append an array index to this pointer.
|
JsonPointer |
JsonPointer.append(JsonPointer other)
Append a pointer to the current pointer
|
JsonPointer |
JsonPointer.append(String element)
Append a reference token as a string to this pointer.
|
static JsonPointer |
JsonPointer.empty()
Return an empty pointer
|
JsonPointer |
JsonPointer.relativize(JsonPointer other)
Relativize a pointer to the current pointer
|
| Modifier and Type | Method and Description |
|---|---|
List<JsonPointer> |
JsonPointer.asElements()
Return this pointer as a series of JSON Pointers starting from the
beginning
|
| Modifier and Type | Method and Description |
|---|---|
JsonPointer |
JsonPointer.append(JsonPointer other)
Append a pointer to the current pointer
|
boolean |
JsonPointer.isParentOf(JsonPointer other)
Return true if this JSON Pointer is "parent" of another one
|
JsonPointer |
JsonPointer.relativize(JsonPointer other)
Relativize a pointer to the current pointer
|
| Modifier and Type | Field and Description |
|---|---|
protected JsonPointer |
BaseJsonTree.pointer
The current JSON Pointer into the node.
|
protected JsonPointer |
BaseSchemaTree.pointer
The current JSON Pointer into the node.
|
| Modifier and Type | Method and Description |
|---|---|
JsonPointer |
BaseJsonTree.getPointer() |
JsonPointer |
BaseSchemaTree.getPointer() |
JsonPointer |
SimpleTree.getPointer()
Get the current path into the document
|
JsonPointer |
InlineSchemaTree.matchingPointer(JsonRef ref) |
JsonPointer |
CanonicalSchemaTree.matchingPointer(JsonRef ref) |
JsonPointer |
SchemaTree.matchingPointer(JsonRef ref)
Return a matching pointer in this tree for a fully resolved reference
|
| Modifier and Type | Method and Description |
|---|---|
SimpleJsonTree |
SimpleJsonTree.append(JsonPointer pointer) |
SchemaTree |
InlineSchemaTree.append(JsonPointer pointer) |
SchemaTree |
CanonicalSchemaTree.append(JsonPointer pointer) |
JsonTree |
JsonTree.append(JsonPointer pointer)
Append a JSON pointer to that tree and return a new tree
|
SchemaTree |
SchemaTree.append(JsonPointer pointer)
Relocate the tree relatively to the current tree's pointer
|
SchemaTree |
InlineSchemaTree.setPointer(JsonPointer pointer) |
SchemaTree |
CanonicalSchemaTree.setPointer(JsonPointer pointer) |
SchemaTree |
SchemaTree.setPointer(JsonPointer pointer)
Relocate the tree with an absolute pointer
|
| Constructor and Description |
|---|
BaseJsonTree(JsonNode baseNode,
JsonPointer pointer)
Main constructor
|
BaseSchemaTree(JsonRef loadingRef,
JsonNode baseNode,
JsonPointer pointer,
Dereferencing dereferencing,
boolean valid) |
Copyright © 2013. All Rights Reserved.