Skip to content

luchuanbaker/MyPojoToJson

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

MyPojoToJson

A simple plugin for converting Java bean to Json

Add generic types support.

Usages:

  1. Open any java code file in idea.
  2. Right click the class name or java type to open the context menu.
  3. Click the `MyPojoToJson` item in the context menu.
  4. The json string relative to the java bean will be copied to your system clipboard automatically.
  5. tips: You can use the hot key instead, default is alt + X.

Ideas and partial realization from https://github.com/organics2016/pojo2json Thanks to the developer @organics2016

About

A simple plugin for converting Java bean to Json

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages