public class ObjectMapperUtil
extends Object
-
Constructor Summary
Constructors
-
Method Summary
static <T> T
static <T> T
static <T> T
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ObjectMapperUtil
public ObjectMapperUtil()
-
Method Details
-
readValue
public static <T> T readValue(Class<?> clazz,
Object object)
-
readValue
public static <T> T readValue(Class<?> clazz,
String json)
-
unsafeReadValue
public static <T> T unsafeReadValue(Class<?> clazz,
String json)