| Package | Description |
|---|---|
| org.apache.johnzon.jsonschema.generator |
| Modifier and Type | Field and Description |
|---|---|
private Schema.SchemaType |
Schema.type |
| Modifier and Type | Method and Description |
|---|---|
Schema.SchemaType |
Schema.SchemaTypeAdapter.adaptFromJson(java.lang.String obj) |
Schema.SchemaType |
Schema.getType() |
static Schema.SchemaType |
Schema.SchemaType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Schema.SchemaType[] |
Schema.SchemaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
Schema.SchemaTypeAdapter.adaptToJson(Schema.SchemaType obj) |
void |
Schema.setType(Schema.SchemaType type) |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.