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
-
Field Summary
Fields inherited from class org.everit.json.schema.event.ValidationEvent
instance, schema -
Constructor Summary
ConstructorsConstructorDescriptionCombinedSchemaValidationEvent(CombinedSchema schema, Schema subSchema, Object instance) -
Method Summary
Methods inherited from class org.everit.json.schema.event.ValidationEvent
getSchema, toJSON, toString
-
Constructor Details
-
CombinedSchemaValidationEvent
-
-
Method Details
-
equals
- Overrides:
equalsin classValidationEvent<CombinedSchema>
-
hashCode
public int hashCode()- Overrides:
hashCodein classValidationEvent<CombinedSchema>
-
getSubSchema
-