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 booleanequals(Object o)ValidationExceptiongetFailure()inthashCode()-
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:
getFailurein interfaceMismatchEvent
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classCombinedSchemaValidationEvent
-
hashCode
public int hashCode()
- Overrides:
hashCodein classCombinedSchemaValidationEvent
-
-