File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
modules/openapi-generator/src/main/resources/kotlin-client Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -43,45 +43,20 @@ import kotlinx.serialization.*
43
43
{{#allowableValues} }{ {#enumVars} }
44
44
{ {^multiplatform} }
45
45
{ {#moshi} }
46
- { {#isString} }
47
46
@Json(name = { {#lambda.doublequote} }{ {{value} }}{ {/lambda.doublequote} })
48
- { {/isString} }
49
- { {^isString} }
50
- @Json(name = { {{value} }})
51
- { {/isString} }
52
47
{ {/moshi} }
53
48
{ {#gson} }
54
- { {#isString} }
55
49
@SerializedName(value = { {#lambda.doublequote} }{ {{value} }}{ {/lambda.doublequote} })
56
- { {/isString} }
57
- { {^isString} }
58
- @SerializedName(value = { {{value} }})
59
- { {/isString} }
60
50
{ {/gson} }
61
51
{ {#jackson} }
62
- { {#isString} }
63
52
@JsonProperty(value = { {#lambda.doublequote} }{ {{value} }}{ {/lambda.doublequote} }){ {#enumUnknownDefaultCase} }{ {#-last} } @JsonEnumDefaultValue{ {/-last} }{ {/enumUnknownDefaultCase} }
64
- { {/isString} }
65
- { {^isString} }
66
- @JsonProperty(value = { {{value} }}){ {#enumUnknownDefaultCase} }{ {#-last} } @JsonEnumDefaultValue{ {/-last} }{ {/enumUnknownDefaultCase} }
67
- { {/isString} }
68
53
{ {/jackson} }
69
54
{ {#kotlinx_serialization} }
70
- { {#isString} }
71
55
@SerialName(value = { {#lambda.doublequote} }{ {{value} }}{ {/lambda.doublequote} })
72
- { {/isString} }
73
- { {^isString} }
74
- @SerialName(value = { {{value} }})
75
- { {/isString} }
76
56
{ {/kotlinx_serialization} }
77
57
{ {/multiplatform} }
78
58
{ {#multiplatform} }
79
- { {#isString} }
80
59
@SerialName(value = { {#lambda.doublequote} }{ {{value} }}{ {/lambda.doublequote} })
81
- { {/isString} }
82
- { {^isString} }
83
- @SerialName(value = { {{value} }})
84
- { {/isString} }
85
60
{ {/multiplatform} }
86
61
{ {#isArray} }
87
62
{ {#isList} }
You can’t perform that action at this time.
0 commit comments