Back to package
com.daml.ledger.javaapi.data.codegen.json
public class JsonLfDecoders extends Object
JsonLfDecoders()
bool
cast(Object)
contractId(Function<String, C>)
date
enumeration(Map<String, E>)
genMap(JsonLfDecoder<K>, JsonLfDecoder<V>)
int64
list(JsonLfDecoder<T>)
numeric(int)
optional(JsonLfDecoder<T>)
optionalNested(JsonLfDecoder<Optional<T>>)
party
record(List<String>, Function<String, JsonLfDecoders.JavaArg<? extends Object>>, Function<Object[], T>)
text
textMap(JsonLfDecoder<V>)
timestamp
unit
variant(List<String>, Function<String, JsonLfDecoder<? extends T>>)