Class SummaryUtil
java.lang.Object
com.netflix.conductor.common.utils.SummaryUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
SummaryUtil
public SummaryUtil()
-
-
Method Details
-
init
public void init() -
serializeInputOutput
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
-