public class JsonUtils extends Object
JsonUtils()
static <T> T
fromJson(String json, Class<T> clazz)
static <T> List<T>
fromJsonList(String json, Class<T> clazz)
static String
toJson(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static String toJson(Object object)
public static <T> T fromJson(String json, Class<T> clazz)
public static <T> List<T> fromJsonList(String json, Class<T> clazz)
Copyright © 2020 opencodes. All rights reserved.