Uses of Class
com.networknt.schema.SchemaException
Packages that use SchemaException
-
Uses of SchemaException in com.networknt.schema
Subclasses of SchemaException in com.networknt.schemaModifier and TypeClassDescriptionclassThrown when an invalid schema is used.classThrown when an invalid schema ref is used. -
Uses of SchemaException in com.networknt.schema.keyword
Methods in com.networknt.schema.keyword that throw SchemaExceptionModifier and TypeMethodDescriptionKeyword.newValidator(SchemaLocation schemaLocation, com.fasterxml.jackson.databind.JsonNode schemaNode, Schema parentSchema, SchemaContext schemaContext) Creates a new validator for the keyword.default voidKeywordValidator.preloadSchema()In case theKeywordValidatorhas a relatedSchemaor several ones, calling preloadSchema will actually load the schema document(s) eagerly.