| 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 | 
| 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 | 
IMPORT MAPPING
INSTANTIATION TYPES
| Type/Alias | Instantiated By | 
LANGUAGE PRIMITIVES
- bool
 
- double
 
- float
 
- int
 
- long long
 
- std::string
 
RESERVED WORDS
- alignas
 
- alignof
 
- and
 
- and_eq
 
- asm
 
- atomic_cancel
 
- atomic_commit
 
- atomic_noexcept
 
- auto
 
- bitand
 
- bitor
 
- bool
 
- break
 
- case
 
- catch
 
- char
 
- char16_t
 
- char32_t
 
- class
 
- compl
 
- concept
 
- const
 
- const_cast
 
- constexpr
 
- continue
 
- decltype
 
- default
 
- delete
 
- do
 
- double
 
- dynamic_cast
 
- else
 
- enum
 
- explicit
 
- export
 
- extern
 
- false
 
- float
 
- for
 
- friend
 
- goto
 
- if
 
- import
 
- inline
 
- int
 
- long
 
- module
 
- mutable
 
- namespace
 
- new
 
- noexcept
 
- not
 
- not_eq
 
- nullptr
 
- operator
 
- or
 
- or_eq
 
- private
 
- protected
 
- public
 
- register
 
- reinterpret_cast
 
- requires
 
- return
 
- short
 
- signed
 
- sizeof
 
- static
 
- static_assert
 
- static_cast
 
- struct
 
- switch
 
- synchronized
 
- template
 
- this
 
- thread_local
 
- throw
 
- true
 
- try
 
- typedef
 
- typeid
 
- typename
 
- union
 
- unsigned
 
- using
 
- virtual
 
- void
 
- volatile
 
- wchar_t
 
- while
 
- xor
 
- xor_eq
 
Last updated on 1/21/2020