public interface JsonValidator
Modifier and Type | Method and Description |
---|---|
Set<ValidationMessage> |
validate(com.fasterxml.jackson.databind.JsonNode rootNode)
Validate the given root JsonNode, starting at the root of the data path.
|
Set<ValidationMessage> |
validate(com.fasterxml.jackson.databind.JsonNode node,
com.fasterxml.jackson.databind.JsonNode rootNode,
String at)
Validate the given JsonNode, the given node is the child node of the root node at given
data path.
|
static final String AT_ROOT
Set<ValidationMessage> validate(com.fasterxml.jackson.databind.JsonNode rootNode)
rootNode
- JsonNodeSet<ValidationMessage> validate(com.fasterxml.jackson.databind.JsonNode node, com.fasterxml.jackson.databind.JsonNode rootNode, String at)
node
- JsonNoderootNode
- JsonNodeat
- StringCopyright © 2019. All rights reserved.