Uses of Interface
com.daml.ledger.javaapi.data.codegen.json.JsonLfEncoder
-
Packages that use JsonLfEncoder Package Description com.daml.ledger.javaapi.data.codegen com.daml.ledger.javaapi.data.codegen.json -
-
Uses of JsonLfEncoder in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return JsonLfEncoder Modifier and Type Method Description default JsonLfEncoder
DefinedDataType. jsonEncoder()
-
Uses of JsonLfEncoder in com.daml.ledger.javaapi.data.codegen.json
Fields in com.daml.ledger.javaapi.data.codegen.json declared as JsonLfEncoder Modifier and Type Field Description JsonLfEncoder
JsonLfEncoders.Field. encoder
Methods in com.daml.ledger.javaapi.data.codegen.json that return JsonLfEncoder Modifier and Type Method Description static JsonLfEncoder
JsonLfEncoders. bool(java.lang.Boolean value)
static <Cid extends ContractId<?>>
JsonLfEncoderJsonLfEncoders. contractId(Cid value)
static JsonLfEncoder
JsonLfEncoders. date(java.time.LocalDate d)
static JsonLfEncoder
JsonLfEncoders. int64(java.lang.Long value)
static JsonLfEncoder
JsonLfEncoders. numeric(java.math.BigDecimal value)
static JsonLfEncoder
JsonLfEncoders. party(java.lang.String value)
static JsonLfEncoder
JsonLfEncoders. record(JsonLfEncoders.Field... fields)
static JsonLfEncoder
JsonLfEncoders. text(java.lang.String value)
static JsonLfEncoder
JsonLfEncoders. timestamp(java.time.Instant t)
static JsonLfEncoder
JsonLfEncoders. unit(Unit _unit)
Methods in com.daml.ledger.javaapi.data.codegen.json that return types with arguments of type JsonLfEncoder Modifier and Type Method Description static <E extends DamlEnum<E>>
java.util.function.Function<E,JsonLfEncoder>JsonLfEncoders. enumeration(java.util.function.Function<E,java.lang.String> toDamlName)
static <K,V>
java.util.function.Function<java.util.Map<K,V>,JsonLfEncoder>JsonLfEncoders. genMap(java.util.function.Function<K,JsonLfEncoder> keyEncoder, java.util.function.Function<V,JsonLfEncoder> valueEncoder)
static <T> java.util.function.Function<java.util.List<T>,JsonLfEncoder>
JsonLfEncoders. list(java.util.function.Function<T,JsonLfEncoder> itemEncoder)
static <T> java.util.function.Function<java.util.Optional<T>,JsonLfEncoder>
JsonLfEncoders. optional(java.util.function.Function<T,JsonLfEncoder> valueEncoder)
static <T> java.util.function.Function<java.util.Optional<java.util.Optional<T>>,JsonLfEncoder>
JsonLfEncoders. optionalNested(java.util.function.Function<java.util.Optional<T>,JsonLfEncoder> valueEncoder)
static <T> java.util.function.Function<java.util.Map<java.lang.String,T>,JsonLfEncoder>
JsonLfEncoders. textMap(java.util.function.Function<T,JsonLfEncoder> valueEncoder)
static <T> java.util.function.Function<T,JsonLfEncoder>
JsonLfEncoders. variant(java.util.function.Function<T,JsonLfEncoders.Field> getField)
Methods in com.daml.ledger.javaapi.data.codegen.json with parameters of type JsonLfEncoder Modifier and Type Method Description static JsonLfEncoders.Field
JsonLfEncoders.Field. of(java.lang.String name, JsonLfEncoder encoder)
Method parameters in com.daml.ledger.javaapi.data.codegen.json with type arguments of type JsonLfEncoder Modifier and Type Method Description static <K,V>
java.util.function.Function<java.util.Map<K,V>,JsonLfEncoder>JsonLfEncoders. genMap(java.util.function.Function<K,JsonLfEncoder> keyEncoder, java.util.function.Function<V,JsonLfEncoder> valueEncoder)
static <T> java.util.function.Function<java.util.List<T>,JsonLfEncoder>
JsonLfEncoders. list(java.util.function.Function<T,JsonLfEncoder> itemEncoder)
static <T> java.util.function.Function<java.util.Optional<T>,JsonLfEncoder>
JsonLfEncoders. optional(java.util.function.Function<T,JsonLfEncoder> valueEncoder)
static <T> java.util.function.Function<java.util.Optional<java.util.Optional<T>>,JsonLfEncoder>
JsonLfEncoders. optionalNested(java.util.function.Function<java.util.Optional<T>,JsonLfEncoder> valueEncoder)
static <T> java.util.function.Function<java.util.Map<java.lang.String,T>,JsonLfEncoder>
JsonLfEncoders. textMap(java.util.function.Function<T,JsonLfEncoder> valueEncoder)
-