Class JsonNodeResults
java.lang.Object
com.networknt.schema.result.JsonNodeResults
Sub schema results.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Map<JsonNodePath, List<JsonNodeResult>> Stores the invalid results. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanisValid(JsonNodePath instanceLocation, JsonNodePath evaluationPath) voidsetResult(JsonNodePath instanceLocation, SchemaLocation schemaLocation, JsonNodePath evaluationPath, boolean valid)
-
Field Details
-
values
Stores the invalid results.
-
-
Constructor Details
-
JsonNodeResults
public JsonNodeResults()
-
-
Method Details
-
setResult
public void setResult(JsonNodePath instanceLocation, SchemaLocation schemaLocation, JsonNodePath evaluationPath, boolean valid) -
isValid
-