Uses of Class
com.networknt.schema.JsonSchemaException
-
Packages that use JsonSchemaException Package Description com.networknt.schema -
-
Uses of JsonSchemaException in com.networknt.schema
Subclasses of JsonSchemaException in com.networknt.schema Modifier and Type Class Description class
InvalidSchemaException
Thrown when an invalid schema is used.class
InvalidSchemaRefException
Thrown when an invalid schema ref is used.Methods in com.networknt.schema that throw JsonSchemaException Modifier and Type Method Description JsonValidator
AnnotationKeyword. newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext)
JsonValidator
Keyword. newValidator(SchemaLocation schemaLocation, JsonNodePath evaluationPath, com.fasterxml.jackson.databind.JsonNode schemaNode, JsonSchema parentSchema, ValidationContext validationContext)
Creates a new validator for the keyword.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.
-