public class ObjectMapperUtils extends Object
ObjectMapperUtils()
static <T> T
convertValue(Object o, Class<T> valueType)
static String
toJson(Object value)
toObject(String json, Class<T> valueType)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ObjectMapperUtils()
public static <T> T toObject(String json, Class<T> valueType)
json
valueType
public static String toJson(Object value)
value
public static <T> T convertValue(Object o, Class<T> valueType)
o
Copyright © 2021 GTMAP. All rights reserved.