| Package | Description |
|---|---|
| org.mule.module.json.internal |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSchemaValidatorJavaJsonToolsWrapper
This Wrapper make validations with library java.json.tools
Supports Json schema validations with version Draft V3 and V4
|
class |
JsonSchemaValidatorNetworkntWrapper
This Wrapper make validations with library com.networknt
Supports Json schema validations with version Draft V6, V7, 2019-09 and 2020-12
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaValidator |
JsonSchemaValidationFactory.create(org.mule.module.json.internal.ValidatorKey key) |
JsonSchemaValidator |
JavaJsonToolsLink.getWrapper(org.mule.module.json.internal.ValidatorKey key,
com.fasterxml.jackson.databind.JsonNode schemaJsonNode) |
JsonSchemaValidator |
NetworkNTLink.getWrapper(org.mule.module.json.internal.ValidatorKey key,
com.fasterxml.jackson.databind.JsonNode schemaJsonNode) |
JsonSchemaValidator |
LibraryLink.getWrapper(org.mule.module.json.internal.ValidatorKey key,
com.fasterxml.jackson.databind.JsonNode schemaJsonNode) |
Copyright © 2024 MuleSoft, Inc.. All rights reserved.