All Projects → jineshfrancs → AwesomePojoGenerator

jineshfrancs / AwesomePojoGenerator

Licence: Apache-2.0 License
Intellij Plugin to generate Pojo class from json

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AwesomePojoGenerator

dimenify
An android studio plugin for creating scaled dimension values for different pixel buckets
Stars: ✭ 24 (-4%)
Mutual labels:  android-studio-plugin
SpockAdb
Spock Adb Plugin Helps you to have full control of your project
Stars: ✭ 102 (+308%)
Mutual labels:  android-studio-plugin
niddler
No description or website provided.
Stars: ✭ 48 (+92%)
Mutual labels:  android-studio-plugin
jsonfilter
A POJO property filter for Resful JSON output bases on fastjson and springboot.
Stars: ✭ 24 (-4%)
Mutual labels:  pojo
Squaretest
Tracks issues for the Squaretest plugin for IntelliJ IDEA
Stars: ✭ 32 (+28%)
Mutual labels:  android-studio-plugin
ksoup
Kotlin Wrapper for Jsoup
Stars: ✭ 59 (+136%)
Mutual labels:  pojo
android-studio-plugin
Integrate your Android project with Crowdin
Stars: ✭ 52 (+108%)
Mutual labels:  android-studio-plugin
table2pojo
Generate POJOs for database table/columns
Stars: ✭ 16 (-36%)
Mutual labels:  pojo
bascomtask
Lightweight parallel Java tasks
Stars: ✭ 49 (+96%)
Mutual labels:  pojo
polymorphia
A very fast POJO codec for MongoDB (used in conjunction with the Mongo Java Driver) that handles generic types as well as polymorphic class hierarchies
Stars: ✭ 21 (-16%)
Mutual labels:  pojo
awesome-android-libraries
😎 A curated list of awesome Android libraries
Stars: ✭ 135 (+440%)
Mutual labels:  android-studio-plugin
Android Studio Plugins
This is a list of all awesome and useful android studio plugins.
Stars: ✭ 2,186 (+8644%)
Mutual labels:  android-studio-plugin
Jsontokotlinclass
🚀 Plugin for Android Studio And IntelliJ Idea to generate Kotlin data class code from JSON text ( Json to Kotlin )
Stars: ✭ 2,438 (+9652%)
Mutual labels:  android-studio-plugin
Nongfu
A IntelliJ IDEA plugin that help you move files or directories to target module quickly.
Stars: ✭ 37 (+48%)
Mutual labels:  android-studio-plugin

AwesomePojoGenerator

Intellij Plugin to generate Pojo class from json

Output sample

Features

1.No length limit for json
2.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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].