Uses of Class
org.everit.json.schema.event.ConditionalSchemaMismatchEvent
-
Packages that use ConditionalSchemaMismatchEvent Package Description org.everit.json.schema.event -
-
Uses of ConditionalSchemaMismatchEvent in org.everit.json.schema.event
Methods in org.everit.json.schema.event with parameters of type ConditionalSchemaMismatchEvent Modifier and Type Method Description default void
ValidationListener. elseSchemaMismatch(ConditionalSchemaMismatchEvent event)
Called when the instance does not pass the validation against a"else"
schema.default void
ValidationListener. ifSchemaMismatch(ConditionalSchemaMismatchEvent event)
Called when the instance does not pass the validation against an"if"
schema.default void
ValidationListener. thenSchemaMismatch(ConditionalSchemaMismatchEvent event)
Called when the instance does not pass the validation against a"then"
schema.
-