Class SummaryUtil

java.lang.Object
com.netflix.conductor.common.utils.SummaryUtil

public class SummaryUtil extends Object
  • Constructor Details

    • SummaryUtil

      public SummaryUtil()
  • Method Details

    • init

      public void init()
    • serializeInputOutput

      public static String serializeInputOutput(Map<String,Object> object)
      Serializes the Workflow or Task's Input/Output object by Java's toString (default), or by a Json ObjectMapper (@see Configuration.isSummaryInputOutputJsonSerializationEnabled)
      Parameters:
      object - the Input or Output Object to serialize
      Returns:
      the serialized string of the Input or Output object