Package | Description |
---|---|
com.networknt.schema |
Modifier and Type | Field and Description |
---|---|
protected SchemaValidatorsConfig |
BaseJsonValidator.config
SchemaValidatorsConfig can only get and set in validationContext
|
Modifier and Type | Method and Description |
---|---|
SchemaValidatorsConfig |
ValidationContext.getConfig() |
Modifier and Type | Method and Description |
---|---|
JsonSchema |
JsonSchemaFactory.getSchema(InputStream schemaStream,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(com.fasterxml.jackson.databind.JsonNode jsonNode,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(String schema,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(URI schemaUri,
com.fasterxml.jackson.databind.JsonNode jsonNode,
SchemaValidatorsConfig config) |
JsonSchema |
JsonSchemaFactory.getSchema(URI schemaUri,
SchemaValidatorsConfig config) |
void |
ValidationContext.setConfig(SchemaValidatorsConfig config) |
Constructor and Description |
---|
ValidationContext(URIFactory uriFactory,
JsonMetaSchema metaSchema,
JsonSchemaFactory jsonSchemaFactory,
SchemaValidatorsConfig config) |
Copyright © 2019. All rights reserved.