@Service public class JsonUnmarshaller extends Object
JsonUnmarshaller()
<T> T
unmarshal(String data, Class<T> objectClass)
unmarshal(String data, String rootName, Class<T> objectClass)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JsonUnmarshaller()
public <T> T unmarshal(String data, Class<T> objectClass) throws Exception
T
data
objectClass
Exception
public <T> T unmarshal(String data, String rootName, Class<T> objectClass) throws Exception
rootName
Copyright © 2014. All Rights Reserved.