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