| Package | Description |
|---|---|
| io.swagger.v3.oas.models | |
| io.swagger.v3.oas.models.info |
| Modifier and Type | Method and Description |
|---|---|
Info |
OpenAPI.getInfo()
returns the info property from a OpenAPI instance.
|
| Modifier and Type | Method and Description |
|---|---|
OpenAPI |
OpenAPI.info(Info info) |
void |
OpenAPI.setInfo(Info info) |
| Modifier and Type | Method and Description |
|---|---|
Info |
Info.contact(Contact contact) |
Info |
Info.description(String description) |
Info |
Info.extensions(Map<String,Object> extensions) |
Info |
Info.license(License license) |
Info |
Info.termsOfService(String termsOfService) |
Info |
Info.title(String title) |
Info |
Info.version(String version) |
Copyright © 2019. All rights reserved.