Class Serializer
java.lang.Object
org.activiti.cloud.acc.shared.rest.httpclient.Serializer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AuthTokentoAuthToken(String token) static StringtoJsonString(Object object)
-
Constructor Details
-
Serializer
public Serializer()
-
-
Method Details
-
toAuthToken
- Throws:
IOException
-
toJsonString
public static String toJsonString(Object object) throws com.fasterxml.jackson.core.JsonProcessingException - Throws:
com.fasterxml.jackson.core.JsonProcessingException
-