public class JsonValidator extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
JsonValidator.ReferenceDisabledSchemaClient
The override SchemaClient which disables external schema reference.
|
| Constructor and Description |
|---|
JsonValidator() |
| Modifier and Type | Method and Description |
|---|---|
void |
validateDataWithSchema(com.fasterxml.jackson.databind.JsonNode schemaNode,
com.fasterxml.jackson.databind.JsonNode dataNode)
Validates data against JsonSchema
|
Copyright © 2024. All rights reserved.