Uses of Class
org.everit.json.schema.event.CombinedSchemaMismatchEvent
-
Packages that use CombinedSchemaMismatchEvent Package Description org.everit.json.schema.event -
-
Uses of CombinedSchemaMismatchEvent in org.everit.json.schema.event
Methods in org.everit.json.schema.event with parameters of type CombinedSchemaMismatchEvent Modifier and Type Method Description default void
ValidationListener. combinedSchemaMismatch(CombinedSchemaMismatchEvent event)
Called when aCombinedSchema
's given subschema does not match the instance.
-