| Package | Description |
|---|---|
| com.networknt.schema |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFormat |
class |
PatternFormat |
| Modifier and Type | Field and Description |
|---|---|
static List<Format> |
JsonMetaSchema.COMMON_BUILTIN_FORMATS |
| Modifier and Type | Method and Description |
|---|---|
JsonMetaSchema.Builder |
JsonMetaSchema.Builder.addFormat(Format format) |
| Modifier and Type | Method and Description |
|---|---|
JsonMetaSchema.Builder |
JsonMetaSchema.Builder.addFormats(Collection<? extends Format> formats) |
| Constructor and Description |
|---|
FormatValidator(String schemaPath,
com.fasterxml.jackson.databind.JsonNode schemaNode,
JsonSchema parentSchema,
ValidationContext validationContext,
Format format) |
| Constructor and Description |
|---|
FormatKeyword(ValidatorTypeCode type,
Map<String,Format> formats) |
Copyright © 2020. All rights reserved.