public class JsonUtils extends Object
JsonUtils()
static <T> T
readValue(String jsonStr, Class<T> clazz)
static String
writeJsonStr(Object obj)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtils()
public static <T> T readValue(String jsonStr, Class<T> clazz) throws IOException
IOException
public static String writeJsonStr(Object obj) throws com.fasterxml.jackson.core.JsonProcessingException
com.fasterxml.jackson.core.JsonProcessingException
Copyright © 2024. All rights reserved.