Class JsonUtils
java.lang.Object
com.github.jamesnetherton.zulip.client.util.JsonUtils
A utility class to configure and get the Jackson
ObjectMapper
.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
Gets the globally configured singleton JacksonObjectMapper
.
-
Constructor Details
-
JsonUtils
public JsonUtils()
-
-
Method Details
-
getMapper
public static com.fasterxml.jackson.databind.ObjectMapper getMapper()Gets the globally configured singleton JacksonObjectMapper
.- Returns:
- The Jackson
ObjectMapper
-