public class JsonMapper
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JsonMapper
public JsonMapper()
-
Method Details
-
fromJson
public static <T> T fromJson(String content,
Class<T> contentClass)
-
toJson
public static <T> String toJson(T objectToWrite)