I\'ve been using FasterXML/Jackson-Databind in my project for a while now, and all was working great, until I\'ve discovered this post and started to use this approach to de
Short answer: use Java 8, javac -parameters, and jackson-module-parameter-names
javac -parameters
Long answer: Why when a constructor is annotated with @JsonCreator, its arguments must be annotated with @JsonProperty?