Uses of Enum
io.vertx.json.schema.Draft
Packages that use Draft
Package
Description
-
Uses of Draft in io.vertx.json.schema
Subclasses with type arguments of type Draft in io.vertx.json.schemaMethods in io.vertx.json.schema that return DraftModifier and TypeMethodDescriptionstatic DraftConverts a draft number to aDraftenum value.static DraftDraft.fromIdentifier(String string) Converts a draft identifier to aDraftenum value.JsonSchemaOptions.getDraft()static DraftReturns 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 DraftModifier and TypeMethodDescriptionbooleanbooleanSchemaRepository.preloadMetaSchema(FileSystem fs, Draft draft) Preloads the repository with the meta schemas for the related draft version. -
Uses of Draft in io.vertx.reactivex.json.schema
Methods in io.vertx.reactivex.json.schema with parameters of type DraftModifier and TypeMethodDescriptionSchemaRepository.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 DraftModifier and TypeMethodDescriptionSchemaRepository.preloadMetaSchema(FileSystem fs, Draft draft) Preloads the repository with the meta schemas for the related draft version.