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