Package com.networknt.schema.walk
Class DefaultPropertyWalkListenerRunner
- java.lang.Object
-
- com.networknt.schema.walk.AbstractWalkListenerRunner
-
- com.networknt.schema.walk.DefaultPropertyWalkListenerRunner
-
- All Implemented Interfaces:
WalkListenerRunner
public class DefaultPropertyWalkListenerRunner extends AbstractWalkListenerRunner
-
-
Constructor Summary
Constructors Constructor Description DefaultPropertyWalkListenerRunner(List<JsonSchemaWalkListener> propertyWalkListeners)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrunPostWalkListeners(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, JsonNodePath evaluationPath, SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, JsonSchemaFactory currentJsonSchemaFactory, Set<ValidationMessage> validationMessages)booleanrunPreWalkListeners(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, JsonNodePath evaluationPath, SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, JsonSchemaFactory currentJsonSchemaFactory)-
Methods inherited from class com.networknt.schema.walk.AbstractWalkListenerRunner
constructWalkEvent, runPostWalkListeners, runPreWalkListeners
-
-
-
-
Constructor Detail
-
DefaultPropertyWalkListenerRunner
public DefaultPropertyWalkListenerRunner(List<JsonSchemaWalkListener> propertyWalkListeners)
-
-
Method Detail
-
runPreWalkListeners
public boolean runPreWalkListeners(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, JsonNodePath evaluationPath, SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, JsonSchemaFactory currentJsonSchemaFactory)
-
runPostWalkListeners
public void runPostWalkListeners(ExecutionContext executionContext, String keyword, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, JsonNodePath evaluationPath, SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext, JsonSchemaFactory currentJsonSchemaFactory, Set<ValidationMessage> validationMessages)
-
-