public final class JsonUtils extends Object
JsonUtils()
static <T> T
fromJson(String json, Class<T> clazz)
static String
toJson(Object object)
toPrettyJson(Object object)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static String toJson(Object object)
public static String toPrettyJson(Object object)
public static <T> T fromJson(String json, Class<T> clazz)
Copyright © 2023 The Apache Software Foundation. All rights reserved.