DEV Community

Discussion on: How to solve Jackson InvalidDefinitionException on immutable objects

Collapse
 
bertilmuth profile image
Bertil Muth

Hey Yuri (and all), given that you use Java 8+, you may want to check out my Moonwlker project. You will be able to get rid of the all-args constructor.

Collapse
 
iuriimednikov profile image
Yuri Mednikov

Hi Bertil, thanks for your feedback. The Moonwlker lib looks very interesting and I'll give it a try