Skip to content

Commit

Permalink
更新文档,通过oss.yy.com编辑
Browse files Browse the repository at this point in the history
  • Loading branch information
giantray committed Jun 2, 2015
1 parent ddce642 commit 6a85a80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
![上传图片](http://image.game.yy.com/o/cloudapp/25586759/170x170/201506-f685209c_63cd_4e49_bc52_cef047b9e89c.png)

##支持特性
- 1.自动识别属性中的值,目前可以识别int,double,string,date,boolean。
- 自动识别属性中的值,目前可以识别int,double,string,date,boolean。

- 2.可以自动将小写命名的属性,转换为驼峰命名,如上图例子中的create_at,在输出结果中,被转换成createAt。而且,还会自动加上相关的json注解,以便于实际使用时的转换。
- 可以自动将小写命名的属性,转换为驼峰命名,如上图例子中的create_at,在输出结果中,被转换成createAt。而且,还会自动加上相关的json注解,以便于实际使用时的转换。

- 3.仅支持基本类型识别。当属性为一个自定义类,如图例中的person属性,会将属性名为转换为首字母大写,作为该属性的类型。
- 仅支持基本类型识别。当属性为一个自定义类,如图例中的person属性,会将属性名为转换为首字母大写,作为该属性的类型。

- 4.可以识别属性值为数组的情况,在输出结果中会对应为List<xx>的形式。如图例中的about属性
- 可以识别属性值为数组的情况,在输出结果中会对应为List<xx>的形式。如图例中的about属性

0 comments on commit 6a85a80

Please sign in to comment.