Package | Description |
---|---|
org.mule.module.json.validation |
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) |
static JsonSchemaValidator.Builder |
JsonSchemaValidator.builder()
Returns a new
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder |
JsonSchemaValidator.Builder.setDereferencing(JsonSchemaDereferencing 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 © 2003–2016 MuleSoft, Inc.. All rights reserved.