| Modifier and Type | Method and Description |
|---|---|
static OpenAPIGenerator.Format |
OpenAPIGenerator.Format.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OpenAPIGenerator.Format[] |
OpenAPIGenerator.Format.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
OpenAPIGenerator.export(io.swagger.v3.oas.models.OpenAPI openAPI,
OpenAPIGenerator.Format format)
Export an
OpenAPI model to the given format. |
Copyright © 2020. All rights reserved.