mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
add array type mapping
This commit is contained in:
parent
6747e3eb0b
commit
baa0a45537
@ -262,6 +262,7 @@ class ScalaAsyncClientGenerator(cfg: SwaggerGenConfig) extends BasicGenerator {
|
||||
"yield")
|
||||
override val importMapping = cfg.defaultImports
|
||||
override val typeMapping = Map(
|
||||
"array" -> "List",
|
||||
"boolean" -> "Boolean",
|
||||
"string" -> "String",
|
||||
"int" -> "Int",
|
||||
|
Loading…
Reference in New Issue
Block a user