Uses of Interface
com.networknt.schema.walk.JsonSchemaWalkListener
Packages that use JsonSchemaWalkListener
-
Uses of JsonSchemaWalkListener in com.networknt.schema
Fields in com.networknt.schema with type parameters of type JsonSchemaWalkListenerModifier and TypeFieldDescriptionprivate List
<JsonSchemaWalkListener> SchemaValidatorsConfig.Builder.itemWalkListeners
private final List
<JsonSchemaWalkListener> SchemaValidatorsConfig.itemWalkListeners
private Map
<String, List<JsonSchemaWalkListener>> SchemaValidatorsConfig.Builder.keywordWalkListeners
private final Map
<String, List<JsonSchemaWalkListener>> SchemaValidatorsConfig.keywordWalkListenersMap
private List
<JsonSchemaWalkListener> SchemaValidatorsConfig.Builder.propertyWalkListeners
private final List
<JsonSchemaWalkListener> SchemaValidatorsConfig.propertyWalkListeners
Methods in com.networknt.schema that return types with arguments of type JsonSchemaWalkListenerModifier and TypeMethodDescriptionSchemaValidatorsConfig.getArrayItemWalkListeners()
SchemaValidatorsConfig.getKeywordWalkListenersMap()
SchemaValidatorsConfig.getPropertyWalkListeners()
Methods in com.networknt.schema with parameters of type JsonSchemaWalkListenerModifier and TypeMethodDescriptionvoid
SchemaValidatorsConfig.addItemWalkListener
(JsonSchemaWalkListener itemWalkListener) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addItemWalkListener
(JsonSchemaWalkListener itemWalkListener) void
SchemaValidatorsConfig.addKeywordWalkListener
(JsonSchemaWalkListener keywordWalkListener) void
SchemaValidatorsConfig.addKeywordWalkListener
(String keyword, JsonSchemaWalkListener keywordWalkListener) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addKeywordWalkListener
(JsonSchemaWalkListener keywordWalkListener) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addKeywordWalkListener
(String keyword, JsonSchemaWalkListener keywordWalkListener) void
SchemaValidatorsConfig.addPropertyWalkListener
(JsonSchemaWalkListener propertyWalkListener) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addPropertyWalkListener
(JsonSchemaWalkListener propertyWalkListener) SchemaValidatorsConfig.Builder.itemWalkListener
(JsonSchemaWalkListener itemWalkListener) SchemaValidatorsConfig.Builder.keywordWalkListener
(JsonSchemaWalkListener keywordWalkListener) SchemaValidatorsConfig.Builder.keywordWalkListener
(String keyword, JsonSchemaWalkListener keywordWalkListener) SchemaValidatorsConfig.Builder.propertyWalkListener
(JsonSchemaWalkListener propertyWalkListener) Method parameters in com.networknt.schema with type arguments of type JsonSchemaWalkListenerModifier and TypeMethodDescriptionvoid
SchemaValidatorsConfig.addItemWalkListeners
(List<JsonSchemaWalkListener> itemWalkListeners) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addItemWalkListeners
(List<JsonSchemaWalkListener> itemWalkListeners) void
SchemaValidatorsConfig.addKeywordWalkListeners
(String keyword, List<JsonSchemaWalkListener> keywordWalkListeners) void
SchemaValidatorsConfig.addKeywordWalkListeners
(List<JsonSchemaWalkListener> keywordWalkListeners) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addKeywordWalkListeners
(String keyword, List<JsonSchemaWalkListener> keywordWalkListeners) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addKeywordWalkListeners
(List<JsonSchemaWalkListener> keywordWalkListeners) void
SchemaValidatorsConfig.addPropertyWalkListeners
(List<JsonSchemaWalkListener> propertyWalkListeners) void
SchemaValidatorsConfig.ImmutableSchemaValidatorsConfig.addPropertyWalkListeners
(List<JsonSchemaWalkListener> propertyWalkListeners) SchemaValidatorsConfig.Builder.itemWalkListeners
(Consumer<List<JsonSchemaWalkListener>> itemWalkListeners) SchemaValidatorsConfig.Builder.itemWalkListeners
(List<JsonSchemaWalkListener> itemWalkListeners) SchemaValidatorsConfig.Builder.keywordWalkListeners
(Consumer<Map<String, List<JsonSchemaWalkListener>>> keywordWalkListeners) SchemaValidatorsConfig.Builder.keywordWalkListeners
(Map<String, List<JsonSchemaWalkListener>> keywordWalkListeners) SchemaValidatorsConfig.Builder.propertyWalkListeners
(Consumer<List<JsonSchemaWalkListener>> propertyWalkListeners) SchemaValidatorsConfig.Builder.propertyWalkListeners
(List<JsonSchemaWalkListener> propertyWalkListeners) Constructor parameters in com.networknt.schema with type arguments of type JsonSchemaWalkListenerModifierConstructorDescriptionImmutableSchemaValidatorsConfig
(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) (package private)
SchemaValidatorsConfig
(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, boolean nullableKeywordEnabled, List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, Map<String, List<JsonSchemaWalkListener>> keywordWalkListenersMap, Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean discriminatorKeywordEnabled, PathType pathType, boolean preloadJsonSchema, int preloadJsonSchemaRefMaxNestingDepth, List<JsonSchemaWalkListener> propertyWalkListeners, Boolean readOnly, RegularExpressionFactory regularExpressionFactory, JsonSchemaIdValidator schemaIdValidator, Map<String, Boolean> strictness, boolean typeLoose, Boolean writeOnly) (package private)
SchemaValidatorsConfig
(ApplyDefaultsStrategy applyDefaultsStrategy, boolean cacheRefs, String errorMessageKeyword, ExecutionContextCustomizer executionContextCustomizer, boolean failFast, Boolean formatAssertionsEnabled, boolean nullableKeywordEnabled, List<JsonSchemaWalkListener> itemWalkListeners, boolean javaSemantics, Map<String, List<JsonSchemaWalkListener>> keywordWalkListenersMap, Locale locale, boolean losslessNarrowing, MessageSource messageSource, boolean discriminatorKeywordEnabled, 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
Fields in com.networknt.schema.walk with type parameters of type JsonSchemaWalkListenerModifier and TypeFieldDescriptionprivate final List
<JsonSchemaWalkListener> DefaultItemWalkListenerRunner.itemWalkListeners
private final Map
<String, List<JsonSchemaWalkListener>> DefaultKeywordWalkListenerRunner.keywordWalkListenersMap
private final List
<JsonSchemaWalkListener> DefaultPropertyWalkListenerRunner.propertyWalkListeners
Method parameters in com.networknt.schema.walk with type arguments of type JsonSchemaWalkListenerModifier and TypeMethodDescriptionprotected void
AbstractWalkListenerRunner.runPostWalkListeners
(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent, Set<ValidationMessage> validationMessages) protected boolean
AbstractWalkListenerRunner.runPreWalkListeners
(List<JsonSchemaWalkListener> walkListeners, WalkEvent walkEvent) Constructor parameters in com.networknt.schema.walk with type arguments of type JsonSchemaWalkListenerModifierConstructorDescriptionDefaultItemWalkListenerRunner
(List<JsonSchemaWalkListener> itemWalkListeners) DefaultKeywordWalkListenerRunner
(Map<String, List<JsonSchemaWalkListener>> keywordWalkListenersMap) DefaultPropertyWalkListenerRunner
(List<JsonSchemaWalkListener> propertyWalkListeners)