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 TypeClassDescriptionclassThrown when an invalid schema is used.classThrown 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 voidJsonValidator.preloadJsonSchema()In case theJsonValidatorhas a relatedJsonSchemaor several ones, calling preloadJsonSchema will actually load the schema document(s) eagerly.