public class Jsons extends Object
Jsons()
static <T> T
toBean(String jsonData, Class<T> beanType)
static String
toJson(Object data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public Jsons()
public static String toJson(Object data)
data
public static <T> T toBean(String jsonData, Class<T> beanType)
jsonData
beanType
Copyright © 2022. All rights reserved.