Package io.micronaut.openapi.adoc
Class OpenApiToAdocConverter
java.lang.Object
io.micronaut.openapi.adoc.OpenApiToAdocConverter
OpenAPI to Asciidoc converter.
- Since:
- 4.2.0
-
Method Summary
-
Method Details
-
convert
Conversion from openAPI format to asciidoc format.- Throws:
freemarker.template.TemplateException
- som problems with freemarker templatesIOException
- some problems with files
-
convert
public static void convert(io.swagger.v3.oas.models.OpenAPI openApi, Map props, Writer writer) throws freemarker.template.TemplateException, IOException Conversion from openAPI format to asciidoc format.- Parameters:
openApi
- openAPI objectprops
- converter config propertieswriter
- writer for rendered template- Throws:
freemarker.template.TemplateException
- som problems with freemarker templatesIOException
- some problems with files
-