Uses of Class
com.networknt.schema.walk.WalkEvent
-
Packages that use WalkEvent Package Description com.networknt.schema.walk -
-
Uses of WalkEvent in com.networknt.schema.walk
Methods in com.networknt.schema.walk that return WalkEvent Modifier and Type Method Description protected WalkEventAbstractWalkListenerRunner. constructWalkEvent(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, JsonSchema schema, JsonValidator validator)Methods in com.networknt.schema.walk with parameters of type WalkEvent Modifier and Type Method Description voidJsonSchemaWalkListener. onWalkEnd(WalkEvent walkEvent, Set<ValidationMessage> validationMessages)WalkFlowJsonSchemaWalkListener. onWalkStart(WalkEvent walkEvent)protected voidAbstractWalkListenerRunner. runPostWalkListeners(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent, Set<ValidationMessage> validationMessages)protected booleanAbstractWalkListenerRunner. runPreWalkListeners(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent)
-