openapi-generator/docs/generators/html2.md
2018-08-31 16:00:27 +02:00

1.4 KiB

CONFIG OPTIONS for html2

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

phpInvokerPackage
    root package for generated php code

perlModuleName
    root module name for generated perl code

pythonPackageName
    package name for generated python code

packageName
    C# package name

groupId
    groupId in generated pom.xml

artifactId
    artifactId in generated pom.xml

artifactVersion
    artifact version in generated pom.xml

Back to the generators list