Package com.networknt.schema.result
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 TypeMethodDescriptionboolean
isValid
(JsonNodePath instanceLocation, JsonNodePath evaluationPath) void
setResult
(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
-