Package com.networknt.schema.output
Class OutputUnitKey
- java.lang.Object
-
- com.networknt.schema.output.OutputUnitKey
-
public class OutputUnitKey extends java.lang.ObjectOutput Unit Key.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) JsonNodePathevaluationPath(package private) JsonNodePathinstanceLocation(package private) SchemaLocationschemaLocation
-
Constructor Summary
Constructors Constructor Description OutputUnitKey(JsonNodePath evaluationPath, SchemaLocation schemaLocation, JsonNodePath instanceLocation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)JsonNodePathgetEvaluationPath()JsonNodePathgetInstanceLocation()SchemaLocationgetSchemaLocation()inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
evaluationPath
final JsonNodePath evaluationPath
-
schemaLocation
final SchemaLocation schemaLocation
-
instanceLocation
final JsonNodePath instanceLocation
-
-
Constructor Detail
-
OutputUnitKey
public OutputUnitKey(JsonNodePath evaluationPath, SchemaLocation schemaLocation, JsonNodePath instanceLocation)
-
-
Method Detail
-
getEvaluationPath
public JsonNodePath getEvaluationPath()
-
getSchemaLocation
public SchemaLocation getSchemaLocation()
-
getInstanceLocation
public JsonNodePath getInstanceLocation()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-