Package org.everit.json.schema.event
Class CombinedSchemaMismatchEvent
java.lang.Object
org.everit.json.schema.event.ValidationEvent<CombinedSchema>
org.everit.json.schema.event.CombinedSchemaValidationEvent
org.everit.json.schema.event.CombinedSchemaMismatchEvent
- All Implemented Interfaces:
MismatchEvent
public class CombinedSchemaMismatchEvent
extends CombinedSchemaValidationEvent
implements MismatchEvent
-
Field Summary
Fields inherited from class org.everit.json.schema.event.ValidationEvent
instance, schema -
Constructor Summary
ConstructorsConstructorDescriptionCombinedSchemaMismatchEvent(CombinedSchema schema, Schema subSchema, Object instance, ValidationException failure) -
Method Summary
Methods inherited from class org.everit.json.schema.event.CombinedSchemaValidationEvent
getSubSchemaMethods inherited from class org.everit.json.schema.event.ValidationEvent
getSchema, toJSON, toString
-
Constructor Details
-
CombinedSchemaMismatchEvent
public CombinedSchemaMismatchEvent(CombinedSchema schema, Schema subSchema, Object instance, ValidationException failure)
-
-
Method Details
-
getFailure
- Specified by:
getFailurein interfaceMismatchEvent
-
equals
- Overrides:
equalsin classCombinedSchemaValidationEvent
-
hashCode
public int hashCode()- Overrides:
hashCodein classCombinedSchemaValidationEvent
-