Class JsonUtil
- java.lang.Object
-
- com.cognite.client.servicesV1.util.JsonUtil
-
public class JsonUtil extends Object
Utilities class that provides central configurations of JSON handling. It offers a JacksonObjectMapperinstance that is pre-configured to handle serialization of ProtobufMessage.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMappergetObjectMapperInstance()Returns a pre-configuredObjectMappersingleton.
-