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. addKeywordWalkListener(JsonSchemaWalkListener keywordWalkListener)voidSchemaValidatorsConfig. addKeywordWalkListener(String keyword, JsonSchemaWalkListener keywordWalkListener)voidSchemaValidatorsConfig. addPropertyWalkListener(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. addKeywordWalkListeners(String keyword, List<JsonSchemaWalkListener> keywordWalkListeners)voidSchemaValidatorsConfig. addKeywordWalkListeners(List<JsonSchemaWalkListener> keywordWalkListeners)voidSchemaValidatorsConfig. addPropertyWalkListeners(List<JsonSchemaWalkListener> propertyWalkListeners) -
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)
-