public final class JsonUtils extends Object
JsonUtils()
static <T> T
fromJson(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)
Copyright © 2022 The Apache Software Foundation. All rights reserved.