Complete documentation page mirrored and translated for learning. Attribution is shown at the bottom of each article.

阅读中文版

referencejavacom-daml-ledger-javaapi-data-codegenprimitivevaluedecoders

PrimitiveValueDecoders

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt Use this file to discover all available pages before exploring further.

PrimitiveValueDecoders

ValueDecoders for Daml types that are not code-generated.

PrimitiveValueDecoders - stable

Upstream docs: Open

Signature

public final class PrimitiveValueDecoders extends Object

Members

DocsMemberIntroducedDeprecatedRemoved
OpenfromBool3.4.8--
OpenfromContractId(ValueDecoder<T>)3.4.8--
OpenfromDate3.4.8--
OpenfromGenMap(ValueDecoder<K>, ValueDecoder<V>)3.4.8--
OpenfromInt643.4.8--
OpenfromList(ValueDecoder<T>)3.4.8--
OpenfromNumeric3.4.8--
OpenfromOptional(ValueDecoder<T>)3.4.8--
OpenfromParty3.4.8--
OpenfromText3.4.8--
OpenfromTextMap(ValueDecoder<T>)3.4.8--
OpenfromTimestamp3.4.8--
OpenfromUnit3.4.8--
Openimpossible()3.4.8--

Mirrored from Canton Network official documentation (CC-BY-4.0) by CC Privacy Club for learning purposes.