mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-05-20 16:41:05 +00:00
* update generator option * update kotlin option usage * update lua option * update wording for lua option
29 lines
767 B
Markdown
29 lines
767 B
Markdown
|
|
CONFIG OPTIONS for kotlin
|
|
|
|
sourceFolder
|
|
source folder for generated code (Default: src/main/kotlin)
|
|
|
|
packageName
|
|
Generated artifact package name. (Default: org.openapitools)
|
|
|
|
groupId
|
|
Generated artifact package's organization (i.e. maven groupId). (Default: org.openapitools)
|
|
|
|
artifactId
|
|
Generated artifact id (name of jar).
|
|
|
|
artifactVersion
|
|
Generated artifact's package version. (Default: 1.0.0)
|
|
|
|
enumPropertyNaming
|
|
Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original' (Default: camelCase)
|
|
|
|
dateLibrary
|
|
Option. Date library to use
|
|
string - String
|
|
java8 - Java 8 native JSR310
|
|
threetenbp - Threetenbp
|
|
|
|
Back to the [generators list](README.md)
|