public class FastJsonUtil extends Object
FastJsonUtil()
static <T> List<T>
json2List(String text, Class<T> clazz)
static <T> T
json2Obj(String json, Class<T> clazz)
static String
obj2Json(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public FastJsonUtil()
public static String obj2Json(Object obj)
obj
public static <T> T json2Obj(String json, Class<T> clazz)
json
clazz
public static <T> List<T> json2List(String text, Class<T> clazz)
text
Copyright © 2020. All rights reserved.