mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
a1d21f6d3a
* Add support for response compression and add response body to error string * Improve robustness while parsing quality and compression levels
3.1 KiB
3.1 KiB
title | sidebar_label |
---|---|
Config Options for cpp-qt5-client | cpp-qt5-client |
Option | Description | Values | Default |
---|---|---|---|
allowUnicodeIdentifiers | boolean, toggles whether unicode identifiers are allowed in names or not, default is false | false | |
contentCompression | Enable Compressed Content Encoding for requests and responses | false | |
cppNamespace | C++ namespace (convention: name::space::for::api). | OpenAPI | |
ensureUniqueParams | Whether to ensure parameter names are unique in an operation (rename parameters that are not). | true | |
modelNamePrefix | Prefix that will be prepended to all model names. | OAI | |
optionalProjectFile | Generate client.pri. | 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
Type/Alias | Imports |
---|---|
OAIHttpFileElement | #include "OAIHttpFileElement.h" |
INSTANTIATION TYPES
Type/Alias | Instantiated By |
---|
LANGUAGE PRIMITIVES
- QByteArray
- QDate
- QDateTime
- QString
- bool
- double
- float
- qint32
- qint64
RESERVED WORDS
- alignas
- alignof
- and
- and_eq
- asm
- 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
- inline
- int
- linux
- long
- 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
- template
- this
- thread_local
- throw
- true
- try
- typedef
- typeid
- typename
- union
- unsigned
- using
- virtual
- void
- volatile
- wchar_t
- while
- xor
- xor_eq