| 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 |
|---|---|
JsonSchemaDereferencingMode |
JsonSchemaValidator.getDereferencing() |
| Modifier and Type | Method and Description |
|---|---|
void |
ValidateJsonSchemaOperation.validateSchema(JsonSchema jsonSchema,
Object content,
Collection<SchemaRedirect> schemaRedirects,
JsonSchemaDereferencingMode dereferencing,
boolean allowDuplicateKeys,
boolean allowArbitraryPrecision)
Validates that the input content is compliant with a given schema.
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.