public class JsonUtil extends Object
private static org.slf4j.Logger
logger
JsonUtil()
static List<PointVO>
parseArray(String text, Class<PointVO> clazz)
static PointVO
parseObject(String text, Class<PointVO> clazz)
static String
toJSONString(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private static org.slf4j.Logger logger
public JsonUtil()
public static List<PointVO> parseArray(String text, Class<PointVO> clazz)
public static PointVO parseObject(String text, Class<PointVO> clazz)
public static String toJSONString(Object object)
Copyright © 2023. All rights reserved.