phoenixnap / springmvc-raml-plugin

Spring MVC - RAML Spec Synchroniser Plugin. A Maven plugin designed to Generate Server & Client code in Spring from a RAML API descriptor and conversely, a RAML API document from the SpringMVC Server implementation.
Apache License 2.0
136 stars 84 forks source link

logicForParamsAndMethodsNaming with DISPLAY_NAME creates methods beginning with upper case #256

Closed techpavan closed 6 years ago

techpavan commented 6 years ago

Its common that displayName, being a human friendly value can get defined beginning with upper case character, and its a convention that methods java begin with lower case. When displayName gets used to generate method names, its creating methods starting with upper case.