mirror of
https://github.com/valitydev/openapi-generator.git
synced 2024-11-07 19:08:52 +00:00
added set mapping
This commit is contained in:
parent
ea15cad8d5
commit
a123d8f066
@ -38,6 +38,7 @@ class BasicScalaGenerator extends BasicGenerator {
|
||||
|
||||
override def typeMapping = Map(
|
||||
"array" -> "List",
|
||||
"set" -> "Set",
|
||||
"boolean" -> "Boolean",
|
||||
"string" -> "String",
|
||||
"int" -> "Int",
|
||||
|
Loading…
Reference in New Issue
Block a user