The Jackson annotation @JsonCreator is used to tell Jackson that the Java object has a constructor (a “creator”) which can match the fields of a JSON object to the fields of the Java object .
The Jackson annotation @JsonCreator is used to tell Jackson that the Java object has a constructor (a “creator”) which can match the fields of a JSON object to the fields of the Java object .