Is it a good practice to add redundant @JsonProperty when using JacksonMapper? Even if the class vars are same named as the incoming json(and you deserialize the json)?
- What can be possible upsides?
- What can be possible downsides?
Is it a good practice to add redundant @JsonProperty when using JacksonMapper? Even if the class vars are same named as the incoming json(and you deserialize the json)?