Package com.hyperwallet.clientsdk.util
Class HyperwalletJsonUtil
- java.lang.Object
-
- com.hyperwallet.clientsdk.util.HyperwalletJsonUtil
-
public class HyperwalletJsonUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description HyperwalletJsonUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <T> TfromJson(String content, com.fasterxml.jackson.core.type.TypeReference<T> valueType)static <T> TfromJson(String content, Class<T> valueType)static StringtoJson(Object object)
-