mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-07-07 08:00:50 +00:00
* feat(client): support ability to disable boxed models Add new additional property `avoidBoxedModels` which can be configured to avoid `Box<..>` of models. It's very nice to have such config, because it doesn't make a lot of sense for really simple models. * test: rollback config of existed test
9 lines
319 B
YAML
9 lines
319 B
YAML
generatorName: rust
|
|
outputDir: samples/client/others/rust/hyper/oneOf
|
|
library: hyper
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/oneof_polymorphism_and_inheritance.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/rust
|
|
additionalProperties:
|
|
supportAsync: false
|
|
packageName: oneof-hyper
|