public class RuntimeOpenApiSpecGenerator extends Object
One OpenAPI yml file is generated for each RestServerEndpoint
implementation that can
be embedded into .md files using {% include ${generated.docs.dir}/file.yml %}
.
Constructor and Description |
---|
RuntimeOpenApiSpecGenerator() |
Modifier and Type | Method and Description |
---|---|
static void |
main(String[] args)
Generates the Runtime REST API OpenAPI spec.
|
public static void main(String[] args) throws IOException, ConfigurationException
args
- args[0] contains the directory into which the generated files are placedIOException
- if any file operation failedConfigurationException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.