public class JsonUtil extends Object
JsonUtil()
static <T> T
fromData(String message, Class<T> clazz)
fromJson(String json, Class<T> clazz)
fromLowerCasesWithUnderScoresJson(String data, Type t)
static String
toJson(Object object)
toLowerCasesWithUnderScoresJson(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtil()
public static <T> T fromJson(String json, Class<T> clazz)
public static String toJson(Object object)
public static <T> T fromData(String message, Class<T> clazz)
public static <T> T fromLowerCasesWithUnderScoresJson(String data, Type t)
public static String toLowerCasesWithUnderScoresJson(Object obj)
Copyright © 2025. All rights reserved.