Skip to content

Commit 215cd70

Browse files
author
seal
committed
Release Version 1.4
1 parent 1f16ae8 commit 215cd70

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ I am a plugin for Kotlin generate Kotlin data class code from a json string
66
I am a plugin for Kotlin to convert Json String into Kotlin data class code (Json to Kotlin)
77

88
### Update Log
9+
#### 1.4
10+
* Add supporter for Jackson annotation generate,supporter json lib --Jackson.
11+
* Add supporter for Fastjson annotation generate,supporter json lib --Fastjson.
12+
* Beautify the config settings dialog.
913
#### 1.3
1014
* Add property init with default value option in property tab.(Recommend to select,with this selected you can avoid NullPointException in the following time,You can also unSelect the nullable option to avoid null check when use the data value).
1115
* Add property could be nullable option in property tab.
@@ -31,6 +35,9 @@ I am a plugin for Kotlin to convert Json String into Kotlin data class code (Jso
3135
#### Default:
3236
![alt text](https://plugins.jetbrains.com/files/9960/screenshot_17340.png)
3337

38+
### Configure with Jackson support on and init with deault value on and comment off
39+
![alt text](https://plugins.jetbrains.com/files/9960/screenshot_17362.png)
40+
3441
#### Config with Gson support on and init with deault value on
3542

3643
![alt text](https://plugins.jetbrains.com/files/9960/screenshot_17359.png)

0 commit comments

Comments
 (0)