Class JsonUtils
java.lang.Object
com.github.damianwajser.idempotency.utils.JsonUtils
public class JsonUtils extends Object
-
Constructor Summary
Constructors Constructor Description JsonUtils() -
Method Summary
Modifier and Type Method Description StringobjectToJsonString(Object message)
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
objectToJsonString
public String objectToJsonString(Object message) throws com.fasterxml.jackson.core.JsonProcessingException- Throws:
com.fasterxml.jackson.core.JsonProcessingException
-