io.helidon.openapi.OpenApiGeneratedMode
Description
This type is an enumeration.
Allowed Values
| Value | Description |
|---|---|
STATIC_ | Use a static document when present, otherwise use generated document sources |
STATIC_ | Use only a static document and ignore generated document sources |
MERGE | Strictly merge generated document sources into a static document |
GENERATED_ | Use only generated document sources, even when a static document is present |
Usages
See the manifest for all available types.