| 程序包 | 说明 |
|---|---|
| com.fizzgate.schema |
| 限定符和类型 | 方法和说明 |
|---|---|
static ValidatorTypeCode |
ValidatorTypeCode.fromValue(String value) |
protected ValidatorTypeCode |
BaseJsonValidator.getValidatorType() |
static ValidatorTypeCode |
ValidatorTypeCode.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static ValidatorTypeCode[] |
ValidatorTypeCode.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<ValidatorTypeCode> |
ValidatorTypeCode.getNonFormatKeywords(SpecVersion.VersionFlag versionFlag) |
| 构造器和说明 |
|---|
BaseJsonValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidatorTypeCode validatorType,
boolean suppressSubSchemaRetrieval,
boolean failFast) |
BaseJsonValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidatorTypeCode validatorType,
ValidationContext validationContext) |
FormatKeyword(ValidatorTypeCode type,
Map<String,Format> formats) |
Copyright © 2023. All rights reserved.