Skip to content

Commit e932986

Browse files
author
andrewwilsonnew
committed
fixing docs
1 parent af99d11 commit e932986

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/generators/kotlin-misk.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ These options may be applied as additional-properties (cli) or configOptions (pl
1818

1919
| Option | Description | Values | Default |
2020
| ------ | ----------- | ------ | ------- |
21+
|addModelMoshiJsonAnnotation|Add a Moshi JSON adapter annotation to all model classes| |true|
2122
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)| |null|
2223
|apiSuffix|suffix for api classes| |Api|
2324
|artifactId|Generated artifact id (name of jar).| |null|
2425
|artifactVersion|Generated artifact's package version.| |1.0.0|
2526
|enumPropertyNaming|Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', and 'original'| |original|
27+
|generateStubImplClasses|Generate Stub Impl Classes| |false|
2628
|groupId|Generated artifact package's organization (i.e. maven groupId).| |org.openapitools|
2729
|modelMutable|Create mutable models| |false|
2830
|moduleClassName|Name of the generated module class| |OpenApiModule|

0 commit comments

Comments
 (0)