Skip to main content

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.

JsonLfEncoders - stable

Upstream docs: Open Signature
public class JsonLfEncoders extends Object
Members
DocsMemberIntroducedDeprecatedRemoved
OpenJsonLfEncoders()3.4.8--
Openapply(Function<I, O>, I)3.4.8--
Openbool(Boolean)3.4.8--
OpencontractId(Cid)3.4.8--
Opendate(LocalDate)3.4.8--
Openenumeration(Function<E, String>)3.4.8--
OpengenMap(Function<K, JsonLfEncoder>, Function<V, JsonLfEncoder>)3.4.8--
Openint64(Long)3.4.8--
Openlist(Function<T, JsonLfEncoder>)3.4.8--
Opennumeric(BigDecimal)3.4.8--
Openoptional(Function<T, JsonLfEncoder>)3.4.8--
OpenoptionalNested(Function<Optional<T>, JsonLfEncoder>)3.4.8--
Openparty(String)3.4.8--
Openrecord(JsonLfEncoders.Field...)3.4.8--
Opentext(String)3.4.8--
OpentextMap(Function<T, JsonLfEncoder>)3.4.8--
Opentimestamp(Instant)3.4.8--
Openunit(Unit)3.4.8--
Openvariant(Function<T, JsonLfEncoders.Field>)3.4.8--