mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
fix comment
This commit is contained in:
parent
cc0e813abf
commit
2c9c52b1b9
@ -11,6 +11,11 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Bean和JSON之间的映射封装。
|
* Bean和JSON之间的映射封装,包括:
|
||||||
|
* <ul>
|
||||||
|
* <li>JSONObjectMapper: 转换对象为JSONObject</li>
|
||||||
|
* <li>JSONArrayMapper: 转换对象为JSONArray</li>
|
||||||
|
* <li>JSONValueMapper: 转换对象为JSON值</li>
|
||||||
|
* </ul>
|
||||||
*/
|
*/
|
||||||
package org.dromara.hutool.json.mapper;
|
package org.dromara.hutool.json.mapper;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user