Uses of Class
com.networknt.schema.JsonSchemaException
-
Packages that use JsonSchemaException Package Description com.networknt.schema -
-
Uses of JsonSchemaException in com.networknt.schema
Methods in com.networknt.schema that throw JsonSchemaException Modifier and Type Method Description JsonValidator
Keyword. newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext)
JsonValidator
NonValidationKeyword. newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext)
default void
JsonValidator. preloadJsonSchema()
In case theJsonValidator
has a relatedJsonSchema
or several ones, calling preloadJsonSchema will actually load the schema document(s) eagerly.
-