Voznesenskiii / RoboPOJOGenerator

IntelliJ IDEA/Android studio plugin: Json to Java and Kotlin POJO (GSON, Logan Square, Jackson, FastJSON, AutoValue)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RoboPOJOGenerator

Android Arsenal Build Status Coverage Status

Intellij Idea, Android Studio plugin for JSON to POJO conversion.

Generate Java and Kotlin POJO files from JSON: GSON, AutoValue, Logan Square, FastJSON, Jackson, empty annotations template. Supports: primitive types, multiple inner JSONArrays.

Download

get it and install from plugin repository or simply find it in "Preferences" -> "Plugins" -> "Browse Repositories" -> "RoboPOJOGenerator"

How to use

Select target package -> new -> Generate POJO from JSON

put JSON into window and select target POJO type

see log of changes

People, who help

  • wafer-li - Kotlin support (release 1.7)
  • ccqy66 - toString support (release 1.8.1)

About

Copyright 2016 Vadim Shchenev, and licensed under the MIT license. No attribution is necessary but it's very much appreciated. Star this project if you like it.

About

IntelliJ IDEA/Android studio plugin: Json to Java and Kotlin POJO (GSON, Logan Square, Jackson, FastJSON, AutoValue)

License:MIT License


Languages

Language:Java 100.0%