AwesomePojoGenerator
Intellij Plugin to generate Pojo class from json
Features
1.No length limit for json2.Easy to use with Retrofit
3.Option to generate getters and Setters
4.Option to generate constructor
How to Install
1.Goto file -> Settings in your Intellij IDE
2.Select Plugin tab and click on Browse Repositories button.
3.Search for Awesome Pojo Generator and click on install.
4.Wait for the install to complete.
5.Click on Restart IDE button to restart the IDE for completing plugin installation.
How to Use
1.Right click on the package in which you want to generate the pojo classes -> click on new -> click on new Java class from Json
2.Paste the json and fill the Main Class Name and click on generate.Pojo classes will be generated in the package.