Package com.networknt.schema.output
Class OutputUnitKey
- java.lang.Object
-
- com.networknt.schema.output.OutputUnitKey
-
public class OutputUnitKey extends java.lang.Object
Output Unit Key.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) JsonNodePath
evaluationPath
(package private) JsonNodePath
instanceLocation
(package private) SchemaLocation
schemaLocation
-
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 boolean
equals(java.lang.Object obj)
JsonNodePath
getEvaluationPath()
JsonNodePath
getInstanceLocation()
SchemaLocation
getSchemaLocation()
int
hashCode()
java.lang.String
toString()
-
-
-
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:
hashCode
in classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-