Uses of Class
org.everit.json.schema.loader.SpecificationVersion
-
Packages that use SpecificationVersion Package Description org.everit.json.schema.loader -
-
Uses of SpecificationVersion in org.everit.json.schema.loader
Methods in org.everit.json.schema.loader that return SpecificationVersion Modifier and Type Method Description static SpecificationVersion
SpecificationVersion. 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 org.everit.json.schema.loader that return types with arguments of type SpecificationVersion Modifier and Type Method Description static Optional<SpecificationVersion>
SpecificationVersion. lookupByMetaSchemaUrl(String metaSchemaUrl)
Methods in org.everit.json.schema.loader with parameters of type SpecificationVersion Modifier and Type Method Description boolean
SpecificationVersion. isAtLeast(SpecificationVersion lowerInclusiveBound)
-