Option | Description | Values | Default |
allowUnicodeIdentifiers | boolean, toggles whether unicode identifiers are allowed in names or not, default is false | | false |
ensureUniqueParams | Whether to ensure parameter names are unique in an operation (rename parameters that are not). | | true |
hideGenerationTimestamp | Hides the generation timestamp when files are generated. | | true |
prependFormOrBodyParameters | Add form or body parameters to the beginning of the parameter list. | | false |
sortModelPropertiesByRequiredFlag | Sort model properties to place required parameters before optional parameters. | | true |
sortParamsByRequiredFlag | Sort method arguments to place required parameters before optional parameters. | | true |
useEs6 | use ES6 templates | | false |
IMPORT MAPPING
INSTANTIATION TYPES
Type/Alias | Instantiated By |
array | Array |
LANGUAGE PRIMITIVES
- Blob
- Date
- Object
- boolean
- number
- string
RESERVED WORDS
- abstract
- assert
- break
- byte
- case
- catch
- char
- class
- const
- continue
- default
- do
- double
- else
- enum
- extends
- final
- finally
- for
- goto
- if
- implements
- import
- instanceof
- int
- interface
- new
- package
- private
- protected
- public
- return
- short
- static
- super
- switch
- synchronized
- this
- throw
- throws
- transient
- try
- void
- while
Last updated on 1/20/2020