generators/asciidoc


id: generator-opts-documentation-asciidoc title: Config Options for asciidocsidebar_label: asciidoc


OptionDescriptionValuesDefault
sortParamsByRequiredFlagSort method arguments to place required parameters before optional parameters.true
ensureUniqueParamsWhether to ensure parameter names are unique in an operation (rename parameters that are not).true
allowUnicodeIdentifiersboolean, toggles whether unicode identifiers are allowed in names or not, default is falsefalse
prependFormOrBodyParametersAdd form or body parameters to the beginning of the parameter list.false
appNameshort name of the applicationnull
appDescriptiondescription of the applicationnull
infoUrla URL where users can get more information about the applicationnull
infoEmailan email address to contact for inquiries about the applicationnull
licenseInfoa short description of the licensenull
licenseUrla URL pointing to the full licensenull
invokerPackageroot package for generated codenull
groupIdgroupId in generated pom.xmlnull
artifactIdartifactId in generated pom.xml. This also becomes part of the generated library's filenamenull
artifactVersionartifact version in generated pom.xml. This also becomes part of the generated library's filenamenull
snippetDirpath with includable markup snippets (e.g. test output generated by restdoc, default: ..
specDirpath with includable markup spec files (e.g. handwritten additional docs, default: ...