We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930b1ea commit 6a2f53fCopy full SHA for 6a2f53f
src/main/scala/com/wordnik/swagger/codegen/Codegen.scala
@@ -239,7 +239,7 @@ class Codegen(config: CodegenConfig) {
239
}
240
241
242
- params += "dataType" -> u
+ params += "dataType" ->config.toDeclaredType(u)
243
244
param.allowableValues match {
245
case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a)
0 commit comments