Option | Description | Values | Default |
sourceFolder | source folder for generated code | | src/main/kotlin |
packageName | Generated artifact package name. | | org.openapitools |
apiSuffix | suffix for api classes | | Api |
groupId | Generated artifact package's organization (i.e. maven groupId). | | org.openapitools |
artifactId | Generated artifact id (name of jar). | | null |
artifactVersion | Generated artifact's package version. | | 1.0.0 |
enumPropertyNaming | Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original' | | camelCase |
serializationLibrary | What serialization library to use: 'moshi' (default), or 'gson' | | moshi |
parcelizeModels | toggle "@Parcelize" for generated models | | null |
serializableModel | boolean - toggle "implements Serializable" for generated models | | null |
Last updated on 2019-10-16