File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
modules/openapi-generator/src/main/resources/kotlin-client Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ import java.io.Serializable
60
60
* Values: { {#allowableValues} }{ {#enumVars} }{ {&name} }{ {^-last} },{ {/-last} }{ {/enumVars} }{ {/allowableValues} }
61
61
*/
62
62
{ {#multiplatform} }@Serializable(with = { {nameInCamelCase} }.Serializer::class){ {/multiplatform} }
63
- { {#nonPublicApi} }internal { {/nonPublicApi} }enum class { {{nameInCamelCase} }}(val value: { {#isListContainer } }{ {{ nestedType } }} { {/isListContainer } }{ {^isListContainer } } { {{dataType } }} { {/isListContainer } }){
63
+ { {#nonPublicApi} }internal { {/nonPublicApi} }enum class { {{nameInCamelCase} }}(val value: { {^isContainer } }{ {dataType } } { {/isContainer } }{ {#isContainer } }kotlin.String { {/isContainer } }){
64
64
{{#allowableValues} }
65
65
{ {#enumVars} }
66
66
{ {^multiplatform} }
You can’t perform that action at this time.
0 commit comments