Package io.temporal.common.converter
-
Interface Summary Interface Description DataConverter Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.FailureConverter AFailureConverter
is responsible for converting from protoFailure
instances to JavaException
, and back.PayloadConverter Used by the framework to serialize/deserialize method parameters that need to be sent over the wire.Values Value that can be extracted to an appropriate type. -
Class Summary Class Description AbstractProtobufPayloadConverter ByteArrayPayloadConverter CodecDataConverter A delegatingDataConverter
implementation that wraps and chains both anotherDataConverter
and severalPayloadCodec
s.DefaultDataConverter ADataConverter
that delegates payload conversion to type specificPayloadConverter
instances, and delegates failure conversions to aFailureConverter
.EncodedValues EncodingKeys GlobalDataConverter GsonJsonPayloadConverter Implements conversion through GSON JSON processor.JacksonJsonPayloadConverter NullPayloadConverter Encodes and decodes null values.ProtobufJsonPayloadConverter ProtobufPayloadConverter StdConverterBackwardsCompatAdapter Temporal SDK should use Standard data converter for fields needed for internal essential functionality. -
Exception Summary Exception Description DataConverterException