misakuo / JsonModelGenerator

Converting JSON string to Java Class in IDEA / Android Studio
https://plugins.jetbrains.com/plugin/8062
MIT License
58 stars 17 forks source link

Integration with lombok #9

Closed zenglian closed 6 years ago

zenglian commented 6 years ago

(lombok is a tool/plugin for generating setter/getter etc automatically)

Not sure if you can detect whether lombok is installed. If you cannot, you can make it an option, let user to select.

Thus there is no setter/getter in the source file anymore.