public interface JsonValidator
| 限定符和类型 | 方法和说明 |
|---|---|
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.
|
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 © 2023. All rights reserved.