Package com.networknt.schema.walk
Class AbstractWalkListenerRunner
java.lang.Object
com.networknt.schema.walk.AbstractWalkListenerRunner
- All Implemented Interfaces:
WalkListenerRunner
- Direct Known Subclasses:
DefaultItemWalkListenerRunner
,DefaultKeywordWalkListenerRunner
,DefaultPropertyWalkListenerRunner
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected WalkEvent
constructWalkEvent
(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, JsonSchema schema, JsonValidator validator) protected void
runPostWalkListeners
(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent, Set<ValidationMessage> validationMessages) protected boolean
runPreWalkListeners
(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.networknt.schema.walk.WalkListenerRunner
runPostWalkListeners, runPreWalkListeners
-
Constructor Details
-
AbstractWalkListenerRunner
public AbstractWalkListenerRunner()
-
-
Method Details
-
constructWalkEvent
protected WalkEvent constructWalkEvent(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode instanceNode, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, JsonSchema schema, JsonValidator validator) -
runPreWalkListeners
protected boolean runPreWalkListeners(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent) -
runPostWalkListeners
protected void runPostWalkListeners(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent, Set<ValidationMessage> validationMessages)
-