Uses of Enum
com.networknt.schema.SpecificationVersion
Packages that use SpecificationVersion
Package
Description
-
Uses of SpecificationVersion in com.networknt.schema
Methods in com.networknt.schema that return SpecificationVersionModifier and TypeMethodDescriptionstatic SpecificationVersionReturns 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 SpecificationVersionModifier and TypeMethodDescriptionstatic Optional<SpecificationVersion> SpecificationVersion.fromDialectId(String dialectId) Gets the specification version that matches the dialect id indicated by $schema keyword.SpecificationVersionRange.getVersions()Methods in com.networknt.schema with parameters of type SpecificationVersionModifier and TypeMethodDescriptionstatic 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 SpecificationVersionMethods in com.networknt.schema.dialect with parameters of type SpecificationVersionModifier and TypeMethodDescriptionDialect.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 SpecificationVersionModifier and TypeMethodDescriptionprotected 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 SpecificationVersionModifier and TypeMethodDescriptionstatic List<KeywordType> KeywordType.getKeywords(SpecificationVersion specificationVersion)