Class ByteArrayPayloadConverter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T> T fromData​(io.temporal.api.common.v1.Payload content, java.lang.Class<T> valueClass, java.lang.reflect.Type valueType)
      Implements conversion of a single value.
      java.lang.String getEncodingType()
      Each PayloadConverter has an Encoding Type that it handles.
      java.util.Optional<io.temporal.api.common.v1.Payload> toData​(java.lang.Object value)
      Implements conversion of a list of values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait