Uses of Class
com.networknt.schema.SpecVersion.VersionFlag
-
Packages that use SpecVersion.VersionFlag Package Description com.networknt.schema -
-
Uses of SpecVersion.VersionFlag in com.networknt.schema
Methods in com.networknt.schema that return SpecVersion.VersionFlag Modifier and Type Method Description static SpecVersion.VersionFlag
SpecVersionDetector. detect(com.fasterxml.jackson.databind.JsonNode jsonNode)
Detects schema version based on the schema tagstatic 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.Methods in com.networknt.schema that return types with arguments of type SpecVersion.VersionFlag Modifier and Type Method Description EnumSet<SpecVersion.VersionFlag>
SpecVersion. getVersionFlags(long versionValue)
Translates a numeric version code into a Set of VersionFlag enumsMethods in com.networknt.schema with parameters of type SpecVersion.VersionFlag Modifier and Type Method Description static com.networknt.schema.JsonSchemaVersion
JsonSchemaFactory. checkVersion(SpecVersion.VersionFlag versionFlag)
static JsonSchemaFactory
JsonSchemaFactory. getInstance(SpecVersion.VersionFlag versionFlag)
static List<ValidatorTypeCode>
ValidatorTypeCode. getNonFormatKeywords(SpecVersion.VersionFlag versionFlag)
Method parameters in com.networknt.schema with type arguments of type SpecVersion.VersionFlag Modifier and Type Method Description long
SpecVersion. getVersionValue(Set<SpecVersion.VersionFlag> flags)
Translates a set of VersionFlag enums into a long version code
-