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 JsonLfEncoderDefinedDataType. jsonEncoder()JsonLfEncoderContractWithKey. keyJsonEncoder() -
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 JsonLfEncoderJsonLfEncoders.Field. encoderMethods in com.daml.ledger.javaapi.data.codegen.json that return JsonLfEncoder Modifier and Type Method Description static JsonLfEncoderJsonLfEncoders. bool(java.lang.Boolean value)static <Cid extends ContractId<?>>
JsonLfEncoderJsonLfEncoders. contractId(Cid value)static JsonLfEncoderJsonLfEncoders. date(java.time.LocalDate d)static JsonLfEncoderJsonLfEncoders. int64(java.lang.Long value)static JsonLfEncoderJsonLfEncoders. numeric(java.math.BigDecimal value)static JsonLfEncoderJsonLfEncoders. party(java.lang.String value)static JsonLfEncoderJsonLfEncoders. record(JsonLfEncoders.Field... fields)static JsonLfEncoderJsonLfEncoders. text(java.lang.String value)static JsonLfEncoderJsonLfEncoders. timestamp(java.time.Instant t)static JsonLfEncoderJsonLfEncoders. 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.FieldJsonLfEncoders.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)
-