Package org.everit.json.schema.event
Class SchemaReferencedEvent
java.lang.Object
org.everit.json.schema.event.ValidationEvent<ReferenceSchema>
org.everit.json.schema.event.SchemaReferencedEvent
-
Field Summary
Fields inherited from class org.everit.json.schema.event.ValidationEvent
instance, schema -
Constructor Summary
ConstructorsConstructorDescriptionSchemaReferencedEvent(ReferenceSchema schema, Object instance, Schema referredSchema) -
Method Summary
Methods inherited from class org.everit.json.schema.event.ValidationEvent
getSchema, toJSON, toString
-
Constructor Details
-
SchemaReferencedEvent
-
-
Method Details
-
getReferredSchema
-
equals
- Overrides:
equalsin classValidationEvent<ReferenceSchema>
-
hashCode
public int hashCode()- Overrides:
hashCodein classValidationEvent<ReferenceSchema>
-