@JsonProperty defines a logical property used in serialization and deserialization of JSON . When we set JSON data to Java Object, it is called JSON deserialization and when we get JSON data from Java Object, it is called JSON serialization.11 Mar 2018
Read more