- withDefinitionsOrderedBy(OrderBy) - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
Specifies if the definitions should be ordered by natural ordering or stay as-is.
- withDescriptions(String) - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
Include hand-written descriptions into the Paths and Definitions document
- withExamples(String) - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
Include examples into the Paths document
- withMarkupLanguage(MarkupLanguage) - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
Specifies the markup language which should be used to generate the files
- withOutputLanguage(Language) - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
Specifies labels language of output files
- withPathsGroupedBy(GroupBy) - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
Specifies if the paths should be grouped by tags or stay as-is.
- withSchemas(String) - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
Include (JSON, XML) schemas into the Definitions document
- withSeparatedDefinitions() - Method in class io.github.robwin.swagger2markup.Swagger2MarkupConverter.Builder
-
In addition to the definitions file, also create separate definition files for each model definition.
- writeToFile(String, String, Charset) - Method in class io.github.robwin.swagger2markup.builder.document.MarkupDocument
-
Writes the content of the builder to a file and clears the builder.