| 程序包 | 说明 |
|---|---|
| com.fizzgate.schema |
| 限定符和类型 | 方法和说明 |
|---|---|
JsonSchemaFactory |
JsonSchemaFactory.Builder.build() |
static JsonSchemaFactory |
JsonSchemaFactory.getInstance()
已过时。
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() |
| 限定符和类型 | 方法和说明 |
|---|---|
static JsonSchemaFactory.Builder |
JsonSchemaFactory.builder(JsonSchemaFactory blueprint) |
| 构造器和说明 |
|---|
ValidationContext(URIFactory uriFactory,
URNFactory urnFactory,
JsonMetaSchema metaSchema,
JsonSchemaFactory jsonSchemaFactory,
SchemaValidatorsConfig config) |
Copyright © 2023. All rights reserved.