public class WalkEvent extends Object
JsonSchemaWalkListener
.Constructor and Description |
---|
WalkEvent() |
Modifier and Type | Method and Description |
---|---|
static com.networknt.schema.walk.WalkEvent.WalkEventBuilder |
builder() |
String |
getAt() |
String |
getKeyWordName() |
com.fasterxml.jackson.databind.JsonNode |
getNode() |
JsonSchema |
getParentSchema() |
JsonSchema |
getRefSchema(URI schemaUri) |
com.fasterxml.jackson.databind.JsonNode |
getRootNode() |
com.fasterxml.jackson.databind.JsonNode |
getSchemaNode() |
String |
getSchemaPath() |
public String getSchemaPath()
public com.fasterxml.jackson.databind.JsonNode getSchemaNode()
public JsonSchema getParentSchema()
public String getKeyWordName()
public com.fasterxml.jackson.databind.JsonNode getNode()
public com.fasterxml.jackson.databind.JsonNode getRootNode()
public String getAt()
public JsonSchema getRefSchema(URI schemaUri)
public static com.networknt.schema.walk.WalkEvent.WalkEventBuilder builder()
Copyright © 2020. All rights reserved.