Spring / Spring MVC Interview questions
How do I map the JSON field name to a different Java class property name?
Using @JsonProperty("JSON propery name") we can configure and map POJO class property name with the JSON property.
More Related questions...