| Package | Description |
|---|---|
| io.vertx.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 idenfifier 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 |
|---|---|
JsonSchemaOptions |
JsonSchemaOptions.setDraft(Draft draft) |
Copyright © 2022 Eclipse. All rights reserved.