mirror of
https://gitee.com/egzosn/pay-java-parent.git
synced 2026-05-18 12:37:14 +08:00
版本跟随升级2.0.8
This commit is contained in:
@@ -78,6 +78,7 @@ public class XML {
|
||||
* 解析xml并转化为Json值
|
||||
*
|
||||
* @param content json字符串
|
||||
* @param clazz 需要转化的类
|
||||
* @return Json值
|
||||
*/
|
||||
public static <T> T toBean(String content, Class<T> clazz) {
|
||||
|
||||
Reference in New Issue
Block a user