Package | Description |
---|---|
org.everit.json.schema.event |
Modifier and Type | Method and Description |
---|---|
default void |
ValidationListener.elseSchemaMatch(ConditionalSchemaMatchEvent event)
Called when the instance passes the validation against a
"else" schema. |
default void |
ValidationListener.ifSchemaMatch(ConditionalSchemaMatchEvent event)
Called when an
"if" schema matches. |
default void |
ValidationListener.thenSchemaMatch(ConditionalSchemaMatchEvent event)
Called when the instance passes the validation against a
"then" schema. |
Copyright © 2019 Everit Kft.. All rights reserved.