java.lang.Object
com.github.jamesnetherton.zulip.client.util.JsonUtils

public class JsonUtils extends Object
A utility class to configure and get the Jackson ObjectMapper.
  • Constructor Details

    • JsonUtils

      public JsonUtils()
  • Method Details

    • getMapper

      public static com.fasterxml.jackson.databind.ObjectMapper getMapper()
      Gets the globally configured singleton Jackson ObjectMapper.
      Returns:
      The Jackson ObjectMapper