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.
2 parents 07f36d3 + d67774d commit a7afbd1Copy full SHA for a7afbd1
src/main/scala/com/wordnik/swagger/codegen/Codegen.scala
@@ -255,6 +255,8 @@ class Codegen(config: CodegenConfig) {
255
}
256
257
params += "dataType" -> u
258
+ params += "getter" -> config.toGetter(param.name, u)
259
+ params += "setter" -> config.toSetter(param.name, u)
260
261
param.allowableValues match {
262
case a: AllowableValues => params += "allowableValues" -> allowableValuesToString(a)
0 commit comments