| Package | Description |
|---|---|
| com.networknt.schema | |
| com.networknt.schema.walk |
| Modifier and Type | Method and Description |
|---|---|
Map<String,List<JsonSchemaWalkListener>> |
SchemaValidatorsConfig.getKeywordWalkListenersMap() |
List<JsonSchemaWalkListener> |
SchemaValidatorsConfig.getPropertyWalkListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaValidatorsConfig.addKeywordWalkListener(JsonSchemaWalkListener keywordWalkListener) |
void |
SchemaValidatorsConfig.addKeywordWalkListener(String keyword,
JsonSchemaWalkListener keywordWalkListener) |
void |
SchemaValidatorsConfig.addPropertyWalkListener(JsonSchemaWalkListener propertyWalkListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
SchemaValidatorsConfig.addKeywordWalkListeners(List<JsonSchemaWalkListener> keywordWalkListeners) |
void |
SchemaValidatorsConfig.addKeywordWalkListeners(String keyword,
List<JsonSchemaWalkListener> keywordWalkListeners) |
void |
SchemaValidatorsConfig.addPropertyWalkListeners(List<JsonSchemaWalkListener> propertyWalkListeners) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractWalkListenerRunner.runPostWalkListeners(List<JsonSchemaWalkListener> walkListeners,
WalkEvent walkEvent,
Set<ValidationMessage> validationMessages) |
protected boolean |
AbstractWalkListenerRunner.runPreWalkListeners(List<JsonSchemaWalkListener> walkListeners,
WalkEvent walkEvent) |
| Constructor and Description |
|---|
DefaultKeywordWalkListenerRunner(Map<String,List<JsonSchemaWalkListener>> keywordWalkListenersMap) |
DefaultPropertyWalkListenerRunner(List<JsonSchemaWalkListener> propertyWalkListeners) |
Copyright © 2020. All rights reserved.