Uses of Class
com.networknt.schema.JsonSchemaException
Packages that use JsonSchemaException
-
Uses of JsonSchemaException in com.networknt.schema
Subclasses of JsonSchemaException in com.networknt.schemaModifier and TypeClassDescriptionclass
Thrown when an invalid schema is used.class
Thrown when an invalid schema ref is used.Methods in com.networknt.schema that throw JsonSchemaExceptionModifier and TypeMethodDescriptionKeyword.newValidator
(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext) Creates a new validator for the keyword.default void
JsonValidator.preloadJsonSchema()
In case theJsonValidator
has a relatedJsonSchema
or several ones, calling preloadJsonSchema will actually load the schema document(s) eagerly.