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 07f36d3 commit d67774dCopy full SHA for d67774d
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