| Package | Description |
|---|---|
| com.networknt.schema.walk |
| Modifier and Type | Method and Description |
|---|---|
protected WalkEvent |
AbstractWalkListenerRunner.constructWalkEvent(String keyWordName,
com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.JsonNode rootNode,
String at,
String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidationContext validationContext,
JsonSchemaFactory currentJsonSchemaFactory) |
| Modifier and Type | Method and Description |
|---|---|
void |
JsonSchemaWalkListener.onWalkEnd(WalkEvent walkEvent,
Set<ValidationMessage> validationMessages) |
WalkFlow |
JsonSchemaWalkListener.onWalkStart(WalkEvent walkEvent) |
protected void |
AbstractWalkListenerRunner.runPostWalkListeners(List<JsonSchemaWalkListener> walkListeners,
WalkEvent walkEvent,
Set<ValidationMessage> validationMessages) |
protected boolean |
AbstractWalkListenerRunner.runPreWalkListeners(List<JsonSchemaWalkListener> walkListeners,
WalkEvent walkEvent) |
Copyright © 2021. All rights reserved.