public class JsonHelper extends Object
JsonHelper()
static <T> T
parseJson(Class<T> type, String json)
static String
toJson(Object value)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonHelper()
public static String toJson(Object value)
public static <T> T parseJson(Class<T> type, String json)
Copyright © 2020 Joyqueue Community. All rights reserved.