forked from loafle/openapi-generator-original
* overhaul pistache templates * fix function signature in model-source return type now aligns with definition in model-header * use default keyword for destructors * generate pistache samples * move bin/configs/other/cpp-pistache-server-cpp-pistache.yaml to bin/configs/cpp-pistache-server-cpp-pistache.yaml * Only generate validation body if necessary * generate pistache samples
8 lines
309 B
YAML
8 lines
309 B
YAML
generatorName: cpp-pistache-server
|
|
outputDir: samples/server/petstore/cpp-pistache
|
|
inputSpec: modules/openapi-generator/src/test/resources/2_0/petstore.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/cpp-pistache-server
|
|
additionalProperties:
|
|
useStructModel: "false"
|
|
addExternalLibs: "true"
|