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 WalkListenerRunnerSchemaValidatorsConfig. itemWalkListenerRunnerprivate WalkListenerRunnerSchemaValidatorsConfig. keywordWalkListenerRunnerprivate WalkListenerRunnerSchemaValidatorsConfig. propertyWalkListenerRunnerMethods in com.networknt.schema that return WalkListenerRunner Modifier and Type Method Description (package private) WalkListenerRunnerSchemaValidatorsConfig. getItemWalkListenerRunner()(package private) WalkListenerRunnerSchemaValidatorsConfig. getKeywordWalkListenerRunner()(package private) WalkListenerRunnerSchemaValidatorsConfig. getPropertyWalkListenerRunner()Methods in com.networknt.schema with parameters of type WalkListenerRunner Modifier and Type Method Description private voidPropertiesValidator. 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 classAbstractWalkListenerRunnerclassDefaultItemWalkListenerRunnerclassDefaultKeywordWalkListenerRunnerclassDefaultPropertyWalkListenerRunner
-