Package | Description |
---|---|
io.vertx.json.schema | |
io.vertx.reactivex.json.schema | |
io.vertx.rxjava.json.schema | |
io.vertx.rxjava3.json.schema |
Modifier and Type | Method and Description |
---|---|
static Draft |
Draft.from(String string)
Converts a draft number to a
Draft enum value. |
static Draft |
Draft.fromIdentifier(String string)
Converts a draft identifier to a
Draft 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.
|
Modifier and Type | Method and Description |
---|---|
SchemaRepository |
SchemaRepository.preloadMetaSchema(FileSystem fs,
Draft draft)
Preloads the repository with the meta schemas for the related draft version.
|
JsonSchemaOptions |
JsonSchemaOptions.setDraft(Draft draft) |
Modifier and Type | Method and Description |
---|---|
SchemaRepository |
SchemaRepository.preloadMetaSchema(FileSystem fs,
Draft draft)
Preloads the repository with the meta schemas for the related draft version.
|
Modifier and Type | Method and Description |
---|---|
SchemaRepository |
SchemaRepository.preloadMetaSchema(FileSystem fs,
Draft draft)
Preloads the repository with the meta schemas for the related draft version.
|
Modifier and Type | Method and Description |
---|---|
SchemaRepository |
SchemaRepository.preloadMetaSchema(FileSystem fs,
Draft draft)
Preloads the repository with the meta schemas for the related draft version.
|
Copyright © 2023 Eclipse. All rights reserved.