Skip to content

Commit d2c6c0c

Browse files
committed
Merge pull request #56 from sw926/master
Add jsonschema2pojo
2 parents f8ee3f5 + 2f83389 commit d2c6c0c

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

English Version/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1190,6 +1190,12 @@ Project Address: http://www.appiconsizes.com/
11901190
1. Gradle Retrolambda Plugin
11911191
This plugin will automatically build your java or android project with [Retrolambda](https://github.com/orfjackal/retrolambda), giving you lambda goodness on java 6 or 7. It relies on the wonderful retrolambda by Esko Luontola.
11921192
Project Address: https://github.com/evant/gradle-retrolambda
1193+
1194+
1. jsonschema2pojo
1195+
Generates Java types from JSON Schema (or example JSON) and annotates those types for data-binding with Jackson 1.x or 2.x, Gson.
1196+
Project Address: https://github.com/joelittlejohn/jsonschema2pojo
1197+
Online Demo: http://www.jsonschema2pojo.org/
1198+
11931199
<a href="https://github.com/Trinea/android-open-project/edit/master/English%20Version/README.md#include" title="Back to directory" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
11941200

11951201
#### 2. Develop self-test related

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1622,6 +1622,11 @@ dagger的intellij插件
16221622
各种Android资源自动生成器,包括启动图标、ActionBar图标、通知栏图标、点9等
16231623
项目地址:https://github.com/romannurik/AndroidAssetStudio
16241624
在线演示:http://romannurik.github.io/AndroidAssetStudio/
1625+
1626+
1. jsonschema2pojo
1627+
根据Json内容生成java对象,支持jackjson和gson。
1628+
项目地址:https://github.com/joelittlejohn/jsonschema2pojo
1629+
在线演示:http://www.jsonschema2pojo.org/
16251630
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目录" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
16261631

16271632
#### 二、开发自测相关

繁體中文版/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1413,6 +1413,11 @@ dagger的intellij插件
14131413
1. Android Gen Drawable Maven plugin
14141414
在編譯時根據SVG描述文件生成不同分辨率的jpg、png或點9圖片
14151415
項目地址:https://github.com/avianey/androidgendrawable-maven-plugin
1416+
1417+
1. jsonschema2pojo
1418+
根據Json內容生成java對象,支持jackjson和gson。
1419+
項目地址:https://github.com/joelittlejohn/jsonschema2pojo
1420+
在線演示:http://www.jsonschema2pojo.org/
14161421
<a href="https://github.com/Trinea/android-open-project#%E7%9B%AE%E5%89%8D%E5%8C%85%E6%8B%AC" title="返回目錄" style="width:100%"><img src="http://farm4.staticflickr.com/3737/12167413134_edcff68e22_o.png" align="right"/></a>
14171422

14181423
#### 二、開發自測相關

0 commit comments

Comments
 (0)