Damian Ball

Results 2 comments of Damian Ball

Would something like [jackson-module-parameter-names](https://github.com/FasterXML/jackson-module-parameter-names) make more sense? It seems even cleaner given you can exclude the @JsonCreator and @JsonProperty fields on/in the constructor.

@easycheese After a bit of digging, it seems the behavior of this function `private void setProperty(T retval, String key, Object value)` has changed a bit. It now throws an exception...