File tree
26 files changed
+358
-5
lines changed- bin/configs
- docs/generators
- modules/openapi-generator/src/main
- java/org/openapitools/codegen/languages
- resources/kotlin-client/libraries/jvm-okhttp/infrastructure
- samples/client
- others/kotlin-jvm-okhttp-parameter-tests/src/main/kotlin/org/openapitools/client/infrastructure
- petstore
- kotlin-allOff-discriminator/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-array-simple-string-jvm-okhttp4/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-bigdecimal-default-okhttp4/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-default-values-jvm-okhttp4/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-enum-default-value/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-gson/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-jackson/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-json-request-string/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-jvm-okhttp4-coroutines/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-kotlinx-datetime/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-modelMutable/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-moshi-codegen/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-name-parameter-mappings/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-nonpublic/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-nullable/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-string
- docs
- src/main/kotlin/org/openapitools/client
- apis
- infrastructure
- kotlin-threetenbp/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin-uppercase-enum/src/main/kotlin/org/openapitools/client/infrastructure
- kotlin/src/main/kotlin/org/openapitools/client/infrastructure
26 files changed
+358
-5
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
5 | 5 |
| |
6 | 6 |
| |
7 | 7 |
| |
| 8 | + | |
8 | 9 |
| |
9 | 10 |
| |
10 | 11 |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
31 | 31 |
| |
32 | 32 |
| |
33 | 33 |
| |
| 34 | + | |
34 | 35 |
| |
35 | 36 |
| |
36 | 37 |
| |
|
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/KotlinClientCodegen.java
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
93 | 93 |
| |
94 | 94 |
| |
95 | 95 |
| |
| 96 | + | |
| 97 | + | |
96 | 98 |
| |
97 | 99 |
| |
98 | 100 |
| |
99 | 101 |
| |
| 102 | + | |
100 | 103 |
| |
101 | 104 |
| |
102 | 105 |
| |
| |||
108 | 111 |
| |
109 | 112 |
| |
110 | 113 |
| |
| 114 | + | |
111 | 115 |
| |
112 | 116 |
| |
113 | 117 |
| |
| |||
269 | 273 |
| |
270 | 274 |
| |
271 | 275 |
| |
| 276 | + | |
| 277 | + | |
272 | 278 |
| |
273 | 279 |
| |
274 | 280 |
| |
| |||
437 | 443 |
| |
438 | 444 |
| |
439 | 445 |
| |
| 446 | + | |
| 447 | + | |
| 448 | + | |
| 449 | + | |
| 450 | + | |
| 451 | + | |
| 452 | + | |
| 453 | + | |
| 454 | + | |
440 | 455 |
| |
441 | 456 |
| |
442 | 457 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
90 | 105 |
| |
91 | 106 |
| |
92 | 107 |
| |
| |||
100 | 115 |
| |
101 | 116 |
| |
102 | 117 |
| |
| 118 | + | |
103 | 119 |
| |
104 | 120 |
| |
105 | 121 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 |
| |
62 | 77 |
| |
63 | 78 |
| |
| |||
71 | 86 |
| |
72 | 87 |
| |
73 | 88 |
| |
| 89 | + | |
74 | 90 |
| |
75 | 91 |
| |
76 | 92 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 |
| |
62 | 77 |
| |
63 | 78 |
| |
| |||
71 | 86 |
| |
72 | 87 |
| |
73 | 88 |
| |
| 89 | + | |
74 | 90 |
| |
75 | 91 |
| |
76 | 92 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 |
| |
62 | 77 |
| |
63 | 78 |
| |
| |||
71 | 86 |
| |
72 | 87 |
| |
73 | 88 |
| |
| 89 | + | |
74 | 90 |
| |
75 | 91 |
| |
76 | 92 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 |
| |
62 | 77 |
| |
63 | 78 |
| |
| |||
71 | 86 |
| |
72 | 87 |
| |
73 | 88 |
| |
| 89 | + | |
74 | 90 |
| |
75 | 91 |
| |
76 | 92 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 |
| |
62 | 77 |
| |
63 | 78 |
| |
| |||
71 | 86 |
| |
72 | 87 |
| |
73 | 88 |
| |
| 89 | + | |
74 | 90 |
| |
75 | 91 |
| |
76 | 92 |
| |
|
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
58 | 58 |
| |
59 | 59 |
| |
60 | 60 |
| |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
61 | 76 |
| |
62 | 77 |
| |
63 | 78 |
| |
| |||
71 | 86 |
| |
72 | 87 |
| |
73 | 88 |
| |
| 89 | + | |
74 | 90 |
| |
75 | 91 |
| |
76 | 92 |
| |
|
0 commit comments