I\'m using Spring 4 MVC with Jackson 2 for my service. For one of the operations I have a request object that has an attribute where the leading camel case word this is only
I got the same problem on Kotlin. Resolved by using Use the @JsonProperty annotation to the accessor methods.
For example: @get:JsonProperty("ID") val id: String = ""