Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 580 Bytes

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