Uses of Enum
org.everit.json.schema.loader.SpecificationVersion
Packages that use SpecificationVersion
-
Uses of SpecificationVersion in org.everit.json.schema.loader
Methods in org.everit.json.schema.loader 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 org.everit.json.schema.loader that return types with arguments of type SpecificationVersionModifier and TypeMethodDescriptionstatic Optional<SpecificationVersion>SpecificationVersion.lookupByMetaSchemaUrl(String metaSchemaUrl) Methods in org.everit.json.schema.loader with parameters of type SpecificationVersionModifier and TypeMethodDescriptionbooleanSpecificationVersion.isAtLeast(SpecificationVersion lowerInclusiveBound)