Package org.everit.json.schema.event
Class CombinedSchemaValidationEvent
- java.lang.Object
-
- org.everit.json.schema.event.ValidationEvent<CombinedSchema>
-
- org.everit.json.schema.event.CombinedSchemaValidationEvent
-
- Direct Known Subclasses:
CombinedSchemaMatchEvent
,CombinedSchemaMismatchEvent
public abstract class CombinedSchemaValidationEvent extends ValidationEvent<CombinedSchema>
-
-
Field Summary
-
Fields inherited from class org.everit.json.schema.event.ValidationEvent
instance, schema
-
-
Constructor Summary
Constructors Constructor Description CombinedSchemaValidationEvent(CombinedSchema schema, Schema subSchema, Object instance)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Schema
getSubSchema()
int
hashCode()
-
Methods inherited from class org.everit.json.schema.event.ValidationEvent
getSchema, toJSON, toString
-
-
-
-
Constructor Detail
-
CombinedSchemaValidationEvent
public CombinedSchemaValidationEvent(CombinedSchema schema, Schema subSchema, Object instance)
-
-
Method Detail
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classValidationEvent<CombinedSchema>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classValidationEvent<CombinedSchema>
-
getSubSchema
public Schema getSubSchema()
-
-