@Version(value="1.0")
See: Description
| Interface | Description |
|---|---|
| Tag |
Tag
|
The behaviour of methods inherited from java.lang.Object are undefined by the MicroProfile OpenAPI specification.
Example usage:
@Override
public OpenAPI buildModel() {
return OASFactory.createObject(OpenAPI.class)
.tags(new ArrayList<Tag>())
.addTag(OASFactory.createObject(Tag.class)
.name("Get Airlines")
.description("method to get all airlines"))
Copyright © 2017 – 2021 Eclipse Foundation. All rights reserved.
Use is subject to license terms.