forked from loafle/openapi-generator-original
47 lines
1.1 KiB
Markdown
47 lines
1.1 KiB
Markdown
|
|
CONFIG OPTIONS for cwiki
|
|
|
|
sortParamsByRequiredFlag
|
|
Sort method arguments to place required parameters before optional parameters. (Default: true)
|
|
|
|
ensureUniqueParams
|
|
Whether to ensure parameter names are unique in an operation (rename parameters that are not). (Default: true)
|
|
|
|
allowUnicodeIdentifiers
|
|
boolean, toggles whether unicode identifiers are allowed in names or not, default is false (Default: false)
|
|
|
|
prependFormOrBodyParameters
|
|
Add form or body parameters to the beginning of the parameter list. (Default: false)
|
|
|
|
appName
|
|
short name of the application
|
|
|
|
appDescription
|
|
description of the application
|
|
|
|
infoUrl
|
|
a URL where users can get more information about the application
|
|
|
|
infoEmail
|
|
an email address to contact for inquiries about the application
|
|
|
|
licenseInfo
|
|
a short description of the license
|
|
|
|
licenseUrl
|
|
a URL pointing to the full license
|
|
|
|
invokerPackage
|
|
root package for generated code
|
|
|
|
groupId
|
|
groupId in generated pom.xml
|
|
|
|
artifactId
|
|
artifactId in generated pom.xml
|
|
|
|
artifactVersion
|
|
artifact version in generated pom.xml
|
|
|
|
Back to the [generators list](README.md)
|