Uses of Interface
com.networknt.schema.walk.JsonSchemaWalkListener
-
Packages that use JsonSchemaWalkListener Package Description com.networknt.schema com.networknt.schema.walk -
-
Uses of JsonSchemaWalkListener in com.networknt.schema
Methods in com.networknt.schema that return types with arguments of type JsonSchemaWalkListener Modifier and Type Method Description List<JsonSchemaWalkListener>SchemaValidatorsConfig. getArrayItemWalkListeners()Map<String,List<JsonSchemaWalkListener>>SchemaValidatorsConfig. getKeywordWalkListenersMap()List<JsonSchemaWalkListener>SchemaValidatorsConfig. getPropertyWalkListeners()Methods in com.networknt.schema with parameters of type JsonSchemaWalkListener Modifier and Type Method Description voidSchemaValidatorsConfig. addItemWalkListener(JsonSchemaWalkListener itemWalkListener)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addItemWalkListener(JsonSchemaWalkListener itemWalkListener)voidSchemaValidatorsConfig. addKeywordWalkListener(JsonSchemaWalkListener keywordWalkListener)voidSchemaValidatorsConfig. addKeywordWalkListener(String keyword, JsonSchemaWalkListener keywordWalkListener)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addKeywordWalkListener(JsonSchemaWalkListener keywordWalkListener)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addKeywordWalkListener(String keyword, JsonSchemaWalkListener keywordWalkListener)voidSchemaValidatorsConfig. addPropertyWalkListener(JsonSchemaWalkListener propertyWalkListener)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addPropertyWalkListener(JsonSchemaWalkListener propertyWalkListener)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. itemWalkListener(JsonSchemaWalkListener itemWalkListener)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. keywordWalkListener(JsonSchemaWalkListener keywordWalkListener)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. keywordWalkListener(String keyword, JsonSchemaWalkListener keywordWalkListener)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. propertyWalkListener(JsonSchemaWalkListener propertyWalkListener)Method parameters in com.networknt.schema with type arguments of type JsonSchemaWalkListener Modifier and Type Method Description voidSchemaValidatorsConfig. addItemWalkListeners(List<JsonSchemaWalkListener> itemWalkListeners)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addItemWalkListeners(List<JsonSchemaWalkListener> itemWalkListeners)voidSchemaValidatorsConfig. addKeywordWalkListeners(String keyword, List<JsonSchemaWalkListener> keywordWalkListeners)voidSchemaValidatorsConfig. addKeywordWalkListeners(List<JsonSchemaWalkListener> keywordWalkListeners)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addKeywordWalkListeners(String keyword, List<JsonSchemaWalkListener> keywordWalkListeners)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addKeywordWalkListeners(List<JsonSchemaWalkListener> keywordWalkListeners)voidSchemaValidatorsConfig. addPropertyWalkListeners(List<JsonSchemaWalkListener> propertyWalkListeners)voidSchemaValidatorsConfig.ImmutableSchemaValidatorsConfig. addPropertyWalkListeners(List<JsonSchemaWalkListener> propertyWalkListeners)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. itemWalkListeners(Consumer<List<JsonSchemaWalkListener>> itemWalkListeners)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. itemWalkListeners(List<JsonSchemaWalkListener> itemWalkListeners)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. keywordWalkListeners(Consumer<Map<String,List<JsonSchemaWalkListener>>> keywordWalkListeners)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. keywordWalkListeners(Map<String,List<JsonSchemaWalkListener>> keywordWalkListeners)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. propertyWalkListeners(Consumer<List<JsonSchemaWalkListener>> propertyWalkListeners)SchemaValidatorsConfig.BuilderSchemaValidatorsConfig.Builder. propertyWalkListeners(List<JsonSchemaWalkListener> propertyWalkListeners)Constructor parameters in com.networknt.schema with type arguments of type JsonSchemaWalkListener Constructor Description ImmutableSchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, boolean handleNullableField, List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, Map<String,List<JsonSchemaWalkListener>> keywordWalkListenersMap, Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean openAPI3StyleDiscriminators, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, List<JsonSchemaWalkListener> propertyWalkListeners, Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, Map<String,Boolean> strictness, boolean typeLoose, Boolean writeOnly)ImmutableSchemaValidatorsConfig(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, boolean handleNullableField, List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, Map<String,List<JsonSchemaWalkListener>> keywordWalkListenersMap, Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean openAPI3StyleDiscriminators, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, List<JsonSchemaWalkListener> propertyWalkListeners, Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, Map<String,Boolean> strictness, boolean typeLoose, Boolean writeOnly) -
Uses of JsonSchemaWalkListener in com.networknt.schema.walk
Method parameters in com.networknt.schema.walk with type arguments of type JsonSchemaWalkListener Modifier and Type Method Description protected voidAbstractWalkListenerRunner. runPostWalkListeners(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent, Set<ValidationMessage> validationMessages)protected booleanAbstractWalkListenerRunner. runPreWalkListeners(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent)Constructor parameters in com.networknt.schema.walk with type arguments of type JsonSchemaWalkListener Constructor Description DefaultItemWalkListenerRunner(List<JsonSchemaWalkListener> itemWalkListeners)DefaultKeywordWalkListenerRunner(Map<String,List<JsonSchemaWalkListener>> keywordWalkListenersMap)DefaultPropertyWalkListenerRunner(List<JsonSchemaWalkListener> propertyWalkListeners)
-