public class JsonUtil extends Object
JsonUtil()
static <T> T
getObject(String data, Class<T> clazz)
static com.fasterxml.jackson.databind.ObjectMapper
getObjectMapper()
static String
getString(Object data)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUtil()
public static <T> T getObject(String data, Class<T> clazz) throws Exception
data
clazz
Exception
public static com.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
public static String getString(Object data) throws Exception
Copyright © 2015 jiucai.org. All rights reserved.