Back to package
com.daml.ledger.javaapi.data.codegen.json
public class JsonLfEncoders extends Object
JsonLfEncoders()
apply(Function<I, O>, I)
bool(Boolean)
contractId(Cid)
date(LocalDate)
enumeration(Function<E, String>)
genMap(Function<K, JsonLfEncoder>, Function<V, JsonLfEncoder>)
int64(Long)
list(Function<T, JsonLfEncoder>)
numeric(BigDecimal)
optional(Function<T, JsonLfEncoder>)
optionalNested(Function<Optional<T>, JsonLfEncoder>)
party(String)
record(JsonLfEncoders.Field...)
text(String)
textMap(Function<T, JsonLfEncoder>)
timestamp(Instant)
unit(Unit)
variant(Function<T, JsonLfEncoders.Field>)