| Package | Description |
|---|---|
| org.mule.module.json.internal |
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.addSchemaRedirect(String from,
String to)
Allows to redirect any given URI in the Schema (or even the schema location itself)
to any other specific URI.
|
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.addSchemaRedirects(Map<String,String> redirects)
Allows adding many redirects following the same rules as
addSchemaRedirect(String, String) |
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.allowArbitraryPrecision(boolean allowArbitraryPrecision)
Determines whether the validator use arbitrary precision when reading floating points values.
|
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.allowDuplicateKeys(boolean allowDuplicateKeys)
Determines whether the validator should fail when the document contains duplicate keys.
|
static JsonSchemaValidator.Builder |
JsonSchemaValidator.builder()
Returns a new
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.setDereferencing(JsonSchemaDereferencingMode dereferencing)
Sets the dereferencing mode to be used.
|
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.setSchemaLocation(String schemaLocation)
A location in which the json schema is present.
|
Copyright © 2026 MuleSoft, Inc.. All rights reserved.