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(String keyWordName, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, String at, String schemaPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, JsonSchemaFactory currentJsonSchemaFactory)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)
-