Package org.eclnt.ccee.json.jackson
Class JSONUtil
java.lang.Object
org.eclnt.ccee.json.jackson.JSONUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringmarshalMap(Map<String, Object> map) static StringunmarshalMap(String json) static <TYPE> TYPEunmarshalSimpleObject(String json, com.fasterxml.jackson.core.type.TypeReference<TYPE> typeReference) static <TYPE> TYPEunmarshalSimpleObject(String json, Class<TYPE> clazz)
-
Constructor Details
-
JSONUtil
public JSONUtil()
-
-
Method Details
-
unmarshalSimpleObject
-
unmarshalSimpleObject
public static <TYPE> TYPE unmarshalSimpleObject(String json, com.fasterxml.jackson.core.type.TypeReference<TYPE> typeReference) -
marshalSimpleObject
-
unmarshalMap
-
marshalMap
-