Package | Description |
---|---|
com.networknt.schema |
Modifier and Type | Method and Description |
---|---|
JsonSchemaFactory |
JsonSchemaFactory.Builder.build() |
static JsonSchemaFactory |
JsonSchemaFactory.getInstance()
Deprecated.
This is a method that is kept to ensure backward compatible. You shouldn't use it anymore.
Please specify the draft version when get an instance.
|
static JsonSchemaFactory |
JsonSchemaFactory.getInstance(SpecVersion.VersionFlag versionFlag) |
JsonSchemaFactory |
ValidationContext.getJsonSchemaFactory() |
Modifier and Type | Method and Description |
---|---|
static JsonSchemaFactory.Builder |
JsonSchemaFactory.builder(JsonSchemaFactory blueprint) |
Constructor and Description |
---|
ValidationContext(URIFactory uriFactory,
URNFactory urnFactory,
JsonMetaSchema metaSchema,
JsonSchemaFactory jsonSchemaFactory,
SchemaValidatorsConfig config) |
Copyright © 2020. All rights reserved.