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

    • buildObjectMapper

      public static com.fasterxml.jackson.databind.ObjectMapper buildObjectMapper()
      Create and configure the ObjectMapper used for serializing and deserializing JSON requests and responses.
      Returns:
      a configured ObjectMapper