add array type mapping

This commit is contained in:
Ivan Porto Carrero 2013-08-26 02:05:39 -07:00
parent 6747e3eb0b
commit baa0a45537

View File

@ -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",