Builders and JSON – A Lombok and Jackson Love Story
I’m a big Lombok fan. I have been using it in every project since I discovered it. One of my favorite usages is the auto generation of the builder class enabling the builder pattern. In my opinion, builders make code more readable and fluent as well as simplifying the simplifying initialization of scenarios for testeded class. However, when it came…