Skip to content
CCPEDIAby Unity Nodes
Documentation/Canton Network Docs/Ledger APIJava BindingsPackagescom.daml.ledger.javaapi.data.codegen.jsonView on Canton Network Docs

JsonLfEncoders

Back to package

com.daml.ledger.javaapi.data.codegen.json

JsonLfEncoders

Java

Signature

public class JsonLfEncoders extends Object

Members

MemberLifecycleUpstream docs
JsonLfEncoders()-Open
apply(Function<I, O>, I)-Open
bool(Boolean)-Open
contractId(Cid)-Open
date(LocalDate)-Open
enumeration(Function<E, String>)-Open
genMap(Function<K, JsonLfEncoder>, Function<V, JsonLfEncoder>)-Open
int64(Long)-Open
list(Function<T, JsonLfEncoder>)-Open
numeric(BigDecimal)-Open
optional(Function<T, JsonLfEncoder>)-Open
optionalNested(Function<Optional<T>, JsonLfEncoder>)-Open
party(String)-Open
record(JsonLfEncoders.Field...)-Open
text(String)-Open
textMap(Function<T, JsonLfEncoder>)-Open
timestamp(Instant)-Open
unit(Unit)-Open
variant(Function<T, JsonLfEncoders.Field>)-Open