mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-12-11 12:52:49 +00:00
Kotlin collection type (#1564)
* Allow specifying type * Add test * Update docs * Don't modify types if the default option is chosen
This commit is contained in:
committed by
William Cheng
parent
41185d3c6f
commit
777bf1f3aa
@@ -28,4 +28,9 @@ CONFIG OPTIONS for kotlin
|
||||
java8 - Java 8 native JSR310
|
||||
threetenbp - Threetenbp
|
||||
|
||||
collectionType
|
||||
Option. Collection type to use
|
||||
array - kotlin.Array
|
||||
list - kotlin.collections.List
|
||||
|
||||
Back to the [generators list](README.md)
|
||||
|
||||
Reference in New Issue
Block a user