Uses of Interface
com.networknt.schema.walk.WalkListenerRunner
-
Packages that use WalkListenerRunner Package Description com.networknt.schema com.networknt.schema.walk -
-
Uses of WalkListenerRunner in com.networknt.schema
Fields in com.networknt.schema declared as WalkListenerRunner Modifier and Type Field Description private WalkListenerRunner
SchemaValidatorsConfig. itemWalkListenerRunner
private WalkListenerRunner
SchemaValidatorsConfig. keywordWalkListenerRunner
private WalkListenerRunner
SchemaValidatorsConfig. propertyWalkListenerRunner
Methods in com.networknt.schema that return WalkListenerRunner Modifier and Type Method Description (package private) WalkListenerRunner
SchemaValidatorsConfig. getItemWalkListenerRunner()
(package private) WalkListenerRunner
SchemaValidatorsConfig. getKeywordWalkListenerRunner()
(package private) WalkListenerRunner
SchemaValidatorsConfig. getPropertyWalkListenerRunner()
Methods in com.networknt.schema with parameters of type WalkListenerRunner Modifier and Type Method Description private void
PropertiesValidator. walkSchema(ExecutionContext executionContext, java.util.Map.Entry<java.lang.String,JsonSchema> entry, com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, JsonNodePath instanceLocation, boolean shouldValidateSchema, SetView<ValidationMessage> validationMessages, WalkListenerRunner propertyWalkListenerRunner)
-
Uses of WalkListenerRunner in com.networknt.schema.walk
Classes in com.networknt.schema.walk that implement WalkListenerRunner Modifier and Type Class Description class
AbstractWalkListenerRunner
class
DefaultItemWalkListenerRunner
class
DefaultKeywordWalkListenerRunner
class
DefaultPropertyWalkListenerRunner
-