Package com.networknt.schema.output
Class OutputUnitKey
- java.lang.Object
-
- com.networknt.schema.output.OutputUnitKey
-
public class OutputUnitKey extends Object
Output Unit Key.
-
-
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(Object obj)
JsonNodePath
getEvaluationPath()
JsonNodePath
getInstanceLocation()
SchemaLocation
getSchemaLocation()
int
hashCode()
String
toString()
-
-
-
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()
-
-