mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-11-25 04:53:39 +00:00
* [kotlin-client] Add support for integer enums with custom serializer for kotlinx * [kotlin-client] Fix @SerialName annotation being used on non-string enums * Format samples * remove blank line * add tests for kotlin client with integer enum * add folders --------- Co-authored-by: CHervaudBetclic <c.hervaud@betclicgroup.com>
7 lines
277 B
YAML
7 lines
277 B
YAML
generatorName: kotlin
|
|
outputDir: samples/client/others/kotlin-integer-enum
|
|
inputSpec: modules/openapi-generator/src/test/resources/3_0/pr_21746.yaml
|
|
templateDir: modules/openapi-generator/src/main/resources/kotlin-client
|
|
additionalProperties:
|
|
artifactId: kotlin-integer-enum
|