mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-06 18:45:23 +00:00
644f720db8
* [config-help] Sort all outputs
* Remove old/stale generator docs (these have been renamed previously)
* Sort config doc outputs, making it easier to find relevant info
* Fixes cliOptions duplicates
Erlang client/proper improperly set the version option as packageName
(causing duplicate for packageName).
The java and swift option removals are because the options are added in
parent classes, resulting in duplication of the options.
* Add --github-nested-index for generating docs/generators/README.md
* 📝 Regenerate generator docs
1.3 KiB
1.3 KiB
title | sidebar_label |
---|---|
Config Options for cpp-pistache-server | cpp-pistache-server |
Option | Description | Values | Default |
---|---|---|---|
addExternalLibs | Add the Possibility to fetch and compile external Libraries needed by this Framework. | true | |
helpersPackage | Specify the package name to be used for the helpers (e.g. org.openapitools.server.helpers). | org.openapitools.server.helpers | |
useStructModel | Use struct-based model template instead of get/set-based model template | false |
IMPORT MAPPING
Type/Alias | Imports |
---|---|
Object | #include "Object.h" |
std::map | #include <map> |
std::string | #include <string> |
std::vector | #include <vector> |
INSTANTIATION TYPES
Type/Alias | Instantiated By |
---|
LANGUAGE PRIMITIVES
- bool
- char
- double
- float
- int
- int32_t
- int64_t
- long