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 tools.jackson.databind.json.JsonMapperCreate and configure theJsonMapperused for serializing and deserializing JSON requests and responses.
-
Method Details
-
buildJsonMapper
public static tools.jackson.databind.json.JsonMapper buildJsonMapper()Create and configure theJsonMapperused for serializing and deserializing JSON requests and responses.- Returns:
- a configured
JsonMapper
-