Uses of Class
io.vertx.json.schema.Draft
-
Packages that use Draft Package Description io.vertx.json.schema io.vertx.reactivex.json.schema io.vertx.rxjava3.json.schema -
-
Uses of Draft in io.vertx.json.schema
Methods in io.vertx.json.schema that return Draft Modifier and Type Method Description static Draft
Draft. from(String string)
Converts a draft number to aDraft
enum value.static Draft
Draft. fromIdentifier(String string)
Converts a draft identifier to aDraft
enum value.Draft
JsonSchemaOptions. getDraft()
static Draft
Draft. valueOf(String name)
Returns the enum constant of this type with the specified name.static Draft[]
Draft. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.json.schema with parameters of type Draft Modifier and Type Method Description boolean
Draft. isAfter(Draft draft)
boolean
Draft. isBefore(Draft draft)
SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs, Draft draft)
Preloads the repository with the meta schemas for the related draft version.JsonSchemaOptions
JsonSchemaOptions. setDraft(Draft draft)
-
Uses of Draft in io.vertx.reactivex.json.schema
Methods in io.vertx.reactivex.json.schema with parameters of type Draft Modifier and Type Method Description SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs, Draft draft)
Preloads the repository with the meta schemas for the related draft version. -
Uses of Draft in io.vertx.rxjava3.json.schema
Methods in io.vertx.rxjava3.json.schema with parameters of type Draft Modifier and Type Method Description SchemaRepository
SchemaRepository. preloadMetaSchema(FileSystem fs, Draft draft)
Preloads the repository with the meta schemas for the related draft version.
-