Package | Description |
---|---|
com.networknt.schema |
Modifier and Type | Method and Description |
---|---|
JsonValidator |
NonValidationKeyword.newValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidationContext validationContext) |
JsonValidator |
Keyword.newValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidationContext validationContext) |
void |
JsonValidator.preloadJsonSchema()
In case the
JsonValidator has a related JsonSchema or several
ones, calling preloadJsonSchema will actually load the schema document(s) eagerly. |
Copyright © 2021. All rights reserved.