Package com.networknt.schema.result
Class JsonNodeResult
- java.lang.Object
-
- com.networknt.schema.result.JsonNodeResult
-
public class JsonNodeResult extends Object
Sub schema results.
-
-
Constructor Summary
Constructors Constructor Description JsonNodeResult(JsonNodePath instanceLocation, SchemaLocation schemaLocation, JsonNodePath evaluationPath, boolean valid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
JsonNodePath
getEvaluationPath()
JsonNodePath
getInstanceLocation()
SchemaLocation
getSchemaLocation()
int
hashCode()
boolean
isValid()
String
toString()
-
-
-
Constructor Detail
-
JsonNodeResult
public JsonNodeResult(JsonNodePath instanceLocation, SchemaLocation schemaLocation, JsonNodePath evaluationPath, boolean valid)
-
-
Method Detail
-
getInstanceLocation
public JsonNodePath getInstanceLocation()
-
getSchemaLocation
public SchemaLocation getSchemaLocation()
-
getEvaluationPath
public JsonNodePath getEvaluationPath()
-
isValid
public boolean isValid()
-
-