You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/generators/kotlin-misk.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
26
26
|actionRequestContentTypePrefix|Request ContentType Prefix for Action||MediaTypes|
27
27
|addModelMoshiJsonAnnotation|Add a Moshi JSON adapter annotation to all model classes||true|
28
28
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
29
-
|apiSuffix|suffix for api classes||Api|
30
29
|artifactId|Generated artifact id (name of jar).||null|
|enumPropertyNaming|Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', 'original', and 'bestEffortBacktick' (like 'original' but tries to wrap values in backticks before falling back to sanitizing, e.g. `name,asc` stays `name,asc` rather than becoming nameCommaAsc; useful for sort/order enums)||original|
Copy file name to clipboardExpand all lines: docs/generators/kotlin-server.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
19
19
| Option | Description | Values | Default |
20
20
| ------ | ----------- | ------ | ------- |
21
21
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
22
-
|apiSuffix|suffix for api classes||Api|
23
22
|artifactId|Generated artifact id (name of jar).||kotlin-server|
|delegatePattern|Whether to generate the server files using the delegate pattern. This option is currently supported only when using ktor library.||false|
Copy file name to clipboardExpand all lines: docs/generators/kotlin-spring.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
21
21
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
22
22
|annotationLibrary|Select the complementary documentation annotation library.|<dl><dt>**none**</dt><dd>Do not annotate Model and Api with complementary annotations.</dd><dt>**swagger1**</dt><dd>Annotate Model and Api using the Swagger Annotations 1.x library.</dd><dt>**swagger2**</dt><dd>Annotate Model and Api using the Swagger Annotations 2.x library.</dd></dl>|swagger2|
23
23
|apiPackage|api package for generated code||org.openapitools.api|
24
-
|apiSuffix|suffix for api classes||Api|
25
24
|artifactId|Generated artifact id (name of jar).||openapi-spring|
|autoXSpringPaginated|Automatically add x-spring-paginated to operations that have 'page', 'size', and 'sort' query parameters. When enabled, operations with all three parameters will have Pageable support automatically applied. Operations with x-spring-paginated explicitly set to false will not be auto-detected.||false|
Copy file name to clipboardExpand all lines: docs/generators/kotlin-vertx.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
19
19
| Option | Description | Values | Default |
20
20
| ------ | ----------- | ------ | ------- |
21
21
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
22
-
|apiSuffix|suffix for api classes||Api|
23
22
|artifactId|Generated artifact id (name of jar).||null|
|enumPropertyNaming|Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', 'original', and 'bestEffortBacktick' (like 'original' but tries to wrap values in backticks before falling back to sanitizing, e.g. `name,asc` stays `name,asc` rather than becoming nameCommaAsc; useful for sort/order enums)||original|
Copy file name to clipboardExpand all lines: docs/generators/kotlin-wiremock.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
19
19
| Option | Description | Values | Default |
20
20
| ------ | ----------- | ------ | ------- |
21
21
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
22
-
|apiSuffix|suffix for api classes||Api|
23
22
|artifactId|Generated artifact id (name of jar).||null|
|enumPropertyNaming|Naming convention for enum properties: 'camelCase', 'PascalCase', 'snake_case', 'UPPERCASE', 'original', and 'bestEffortBacktick' (like 'original' but tries to wrap values in backticks before falling back to sanitizing, e.g. `name,asc` stays `name,asc` rather than becoming nameCommaAsc; useful for sort/order enums)||original|
Copy file name to clipboardExpand all lines: docs/generators/kotlin.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,6 @@ These options may be applied as additional-properties (cli) or configOptions (pl
19
19
| Option | Description | Values | Default |
20
20
| ------ | ----------- | ------ | ------- |
21
21
|additionalModelTypeAnnotations|Additional annotations for model type(class level annotations). List separated by semicolon(;) or new line (Linux or Windows)||null|
22
-
|apiSuffix|suffix for api classes||Api|
23
22
|artifactId|Generated artifact id (name of jar).||kotlin-client|
0 commit comments