README_EN
GsonFormatPlus This is a plugin you can generate Json model from Json String.This Plugin is only for IntelliJ IDEA And Android Studio.which is base on GsonFormat and more flexible and convenient. Welcome to issue and PR.
Using IDE built-in plugin system on Windows:
Using IDE built-in plugin system on MacOs:
Manually:
Restart IDE.
Default Option + s(Mac), Alt + s (win)
You can change the hotkey via:
SETTING
module | value | default | description |
---|---|---|---|
Convert Method | object/arrayFromData | false | Gson convert method |
Generate | virgo mode | true | virgo mode |
Generate | generate comments | false | generate comments |
Generate | split generate | false | split generate sub class |
Bean | reuse bean | false | TODO |
Field | name suffix | true | class suffix |
Field | field(private/public) | true | access level |
Field | name prefix | true | field name prefix |
Field | use serialized name | true | use serialized name |
Field | use wrapper class | true | use wrapper class,eq: int convert Integer |
Field | use lombok | true | use lombok replace Getter/Setter |
Field | use number key as map | true | use number key as map,TODO |
Convert library | jackson/fastjson | true | jackson/fastjson convert library |
1.6.0 by wangzhejun
1.5.8 by wangzhejun
is
function1.5.7 by wangzhejun
1.5.6 by mars-men
1.5.5 by mars-men
1.5.2 by wangzejun
1.5.1 by mars-men
1.5.0 - 3 years ago by gsonformat
1.4.0
the end