mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-28 12:30:54 +00:00
29 lines
913 B
Markdown
29 lines
913 B
Markdown
|
|
CONFIG OPTIONS for apex
|
|
|
|
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)
|
|
|
|
classPrefix
|
|
Prefix for generated classes. Set this to avoid overwriting existing classes in your org.
|
|
|
|
apiVersion
|
|
The Metadata API version number to use for components in this package.
|
|
|
|
buildMethod
|
|
The build method for this package.
|
|
|
|
namedCredential
|
|
The named credential name for the HTTP callouts
|
|
|
|
Back to the [generators list](README.md)
|