Class JsonUtils
java.lang.Object
org.springframework.credhub.support.utils.JsonUtils
Utility methods for configuring JSON serialization and deserialization.
- Author:
- Scott Frederick
-
Method Summary
Modifier and TypeMethodDescriptionstatic com.fasterxml.jackson.databind.ObjectMapper
Create and configure theObjectMapper
used for serializing and deserializing JSON requests and responses.
-
Method Details
-
buildObjectMapper
public static com.fasterxml.jackson.databind.ObjectMapper buildObjectMapper()Create and configure theObjectMapper
used for serializing and deserializing JSON requests and responses.- Returns:
- a configured
ObjectMapper
-