| Package | Description |
|---|---|
| org.mule.module.json.api | |
| org.mule.module.json.internal |
| Modifier and Type | Method and Description |
|---|---|
static JsonSchemaDereferencingMode |
JsonSchemaDereferencingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JsonSchemaDereferencingMode[] |
JsonSchemaDereferencingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.setDereferencing(JsonSchemaDereferencingMode dereferencing)
Sets the dereferencing mode to be used.
|
void |
ValidateJsonSchemaOperation.validateSchema(String schema,
Object content,
Collection<SchemaRedirect> schemaRedirects,
JsonSchemaDereferencingMode dereferencing,
boolean allowDuplicateKeys,
boolean allowArbitraryPrecision)
Validates that the input content is compliant with a given schema.
|
Copyright © 2026 MuleSoft, Inc.. All rights reserved.