Uses of Class
com.networknt.schema.SpecificationVersion
-
Packages that use SpecificationVersion Package Description com.networknt.schema com.networknt.schema.dialect com.networknt.schema.format com.networknt.schema.keyword -
-
Uses of SpecificationVersion in com.networknt.schema
Methods in com.networknt.schema that return SpecificationVersion Modifier and Type Method Description static SpecificationVersionSpecificationVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SpecificationVersion[]SpecificationVersion. 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 SpecificationVersion Modifier and Type Method Description static Optional<SpecificationVersion>SpecificationVersion. fromDialectId(String dialectId)Gets the specification version that matches the dialect id indicated by $schema keyword.static Optional<SpecificationVersion>SpecificationVersion. fromSchemaNode(com.fasterxml.jackson.databind.JsonNode schemaNode)Gets the specification version that matches the dialect id indicated by $schema keyword.EnumSet<SpecificationVersion>SpecificationVersionRange. getVersions()Methods in com.networknt.schema with parameters of type SpecificationVersion Modifier and Type Method Description static DialectSpecification. getDialect(SpecificationVersion version)Gets the standard dialect given the specification version.static SchemaRegistrySchemaRegistry. withDefaultDialect(SpecificationVersion specificationVersion)Creates a new schema registry with a default schema dialect.static SchemaRegistrySchemaRegistry. withDefaultDialect(SpecificationVersion specificationVersion, Consumer<SchemaRegistry.Builder> customizer)Creates a new schema registry with a default schema dialect. -
Uses of SpecificationVersion in com.networknt.schema.dialect
Methods in com.networknt.schema.dialect that return SpecificationVersion Modifier and Type Method Description SpecificationVersionDialect. getSpecificationVersion()Methods in com.networknt.schema.dialect with parameters of type SpecificationVersion Modifier and Type Method Description Dialect.BuilderDialect.Builder. specificationVersion(SpecificationVersion specification)Sets the specification version. -
Uses of SpecificationVersion in com.networknt.schema.format
Methods in com.networknt.schema.format with parameters of type SpecificationVersion Modifier and Type Method Description protected booleanBaseFormatValidator. isFormatAssertionVocabularyEnabled(SpecificationVersion specification, Map<String,Boolean> vocabularies) -
Uses of SpecificationVersion in com.networknt.schema.keyword
Methods in com.networknt.schema.keyword with parameters of type SpecificationVersion Modifier and Type Method Description static List<KeywordType>KeywordType. getKeywords(SpecificationVersion specificationVersion)
-