DavidBurkett / Builderberg

IntelliJ IDEA plugin to generate inner builders with constraint validation
MIT License
3 stars 6 forks source link

Generated toString's JSON is all jacked up #19

Closed DavidBurkett closed 6 years ago

DavidBurkett commented 6 years ago

Improvements have been made in 1.1.0. It still has much to be desired, though (eg. JSON isn't generated correctly for maps). I'm considering just adding support for third-party serialization that could be enabled by a new serialization parameter in the BuilderOptions annotation.

DavidBurkett commented 6 years ago

I no longer believe this is an achievable goal without significantly increasing the complexity of the code. It is recommended that user's who want to serialize into JSON use a 3rd party reflection-based library like ModelMapper.