Package io.temporal.internal.common
Class HistoryJsonUtils
- java.lang.Object
-
- io.temporal.internal.common.HistoryJsonUtils
-
public final class HistoryJsonUtils extends java.lang.ObjectHelper methods supporting transformation of History's "Proto Json" compatible format, which is supported byJsonFormatto the format of Temporal history supported by tctl and back.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.StringhistoryFormatJsonToProtoJson(java.lang.String historyFormatJson)static java.lang.StringprotoJsonToHistoryFormatJson(java.lang.String protoJson)
-