Package | Description |
---|---|
com.networknt.schema |
Modifier and Type | Method and Description |
---|---|
static SpecVersion.VersionFlag |
SpecVersionDetector.detect(com.fasterxml.jackson.databind.JsonNode jsonNode)
Detects schema version based on the schema tag
|
static SpecVersion.VersionFlag |
SpecVersion.VersionFlag.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecVersion.VersionFlag[] |
SpecVersion.VersionFlag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<SpecVersion.VersionFlag> |
SpecVersion.getVersionFlags(long versionValue)
Translates a numeric version code into a Set of VersionFlag enums
|
Modifier and Type | Method and Description |
---|---|
static JsonSchemaFactory |
JsonSchemaFactory.getInstance(SpecVersion.VersionFlag versionFlag) |
static List<ValidatorTypeCode> |
ValidatorTypeCode.getNonFormatKeywords(SpecVersion.VersionFlag versionFlag) |
Modifier and Type | Method and Description |
---|---|
long |
SpecVersion.getVersionValue(Set<SpecVersion.VersionFlag> flags)
Translates a set of VersionFlag enums into a long version code
|
Copyright © 2021. All rights reserved.