Package org.everit.json.schema.event
Class SchemaReferencedEvent
- java.lang.Object
-
- org.everit.json.schema.event.ValidationEvent<ReferenceSchema>
-
- org.everit.json.schema.event.SchemaReferencedEvent
-
public class SchemaReferencedEvent extends ValidationEvent<ReferenceSchema>
-
-
Field Summary
-
Fields inherited from class org.everit.json.schema.event.ValidationEvent
instance, schema
-
-
Constructor Summary
Constructors Constructor Description SchemaReferencedEvent(ReferenceSchema schema, Object instance, Schema referredSchema)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
Schema
getReferredSchema()
int
hashCode()
-
Methods inherited from class org.everit.json.schema.event.ValidationEvent
getSchema, toJSON, toString
-
-
-
-
Constructor Detail
-
SchemaReferencedEvent
public SchemaReferencedEvent(ReferenceSchema schema, Object instance, Schema referredSchema)
-
-
Method Detail
-
getReferredSchema
public Schema getReferredSchema()
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classValidationEvent<ReferenceSchema>
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classValidationEvent<ReferenceSchema>
-
-