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
Constructors Constructor Description CombinedSchemaMismatchEvent(CombinedSchema schema, Schema subSchema, Object instance, ValidationException failure)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
ValidationException
getFailure()
int
hashCode()
-
Methods inherited from class org.everit.json.schema.event.CombinedSchemaValidationEvent
getSubSchema
-
Methods inherited from class org.everit.json.schema.event.ValidationEvent
getSchema, toJSON, toString
-
-
-
-
Constructor Detail
-
CombinedSchemaMismatchEvent
public CombinedSchemaMismatchEvent(CombinedSchema schema, Schema subSchema, Object instance, ValidationException failure)
-
-
Method Detail
-
getFailure
public ValidationException getFailure()
- Specified by:
getFailure
in interfaceMismatchEvent
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classCombinedSchemaValidationEvent
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classCombinedSchemaValidationEvent
-
-