| Package | Description |
|---|---|
| io.swagger.v3.oas.models | |
| io.swagger.v3.oas.models.media |
| Modifier and Type | Method and Description |
|---|---|
SpecVersion |
OpenAPI.getSpecVersion() |
static SpecVersion |
SpecVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SpecVersion[] |
SpecVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OpenAPI.setSpecVersion(SpecVersion specVersion) |
OpenAPI |
OpenAPI.specVersion(SpecVersion specVersion) |
| Constructor and Description |
|---|
OpenAPI(SpecVersion specVersion) |
| Modifier and Type | Method and Description |
|---|---|
SpecVersion |
Schema.getSpecVersion() |
| Modifier and Type | Method and Description |
|---|---|
void |
Schema.setSpecVersion(SpecVersion specVersion) |
Schema |
Schema.specVersion(SpecVersion specVersion) |
| Constructor and Description |
|---|
Schema(SpecVersion specVersion) |
Schema(String type,
String format,
SpecVersion specVersion) |
Copyright © 2022. All rights reserved.