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 String
marshalMap
(Map<String, Object> map) static String
unmarshalMap
(String json) static <TYPE> TYPE
unmarshalSimpleObject
(String json, com.fasterxml.jackson.core.type.TypeReference<TYPE> typeReference) static <TYPE> TYPE
unmarshalSimpleObject
(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
-