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 classInvalidSchemaExceptionThrown when an invalid schema is used.classInvalidSchemaRefExceptionThrown when an invalid schema ref is used.Methods in com.networknt.schema that throw JsonSchemaException Modifier and Type Method Description JsonValidatorKeyword. 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.
-