Uses of Class
org.leadpony.justify.api.SpecVersion
-
Packages that use SpecVersion Package Description org.leadpony.justify.api Provides the API for validating JSON documents. -
-
Uses of SpecVersion in org.leadpony.justify.api
Methods in org.leadpony.justify.api that return SpecVersion Modifier and Type Method Description static SpecVersionSpecVersion. current()Returns the current stable version.static SpecVersionSpecVersion. getById(URI id)Returns the version of the specified ID.static SpecVersionSpecVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SpecVersion[]SpecVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.leadpony.justify.api with parameters of type SpecVersion Modifier and Type Method Description JsonSchemaReaderFactoryBuilderJsonSchemaReaderFactoryBuilder. withDefaultSpecVersion(SpecVersion version)Specifies the default version of the JSON Schema specification.
-