java.lang.Object
org.springframework.credhub.support.utils.JsonUtils

public final class JsonUtils extends Object
Utility methods for configuring JSON serialization and deserialization.
Author:
Scott Frederick
  • Method Details

    • buildJsonMapper

      public static tools.jackson.databind.json.JsonMapper buildJsonMapper()
      Create and configure the JsonMapper used for serializing and deserializing JSON requests and responses.
      Returns:
      a configured JsonMapper