openapi-generator/docs/generators/cpp-pistache-server.md
Jim Schubert 644f720db8
[docs] Sorted doc outputs and clean up duplicated CliOptions (#5046)
* [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
2020-01-19 20:19:11 -05:00

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

RESERVED WORDS