Uses of Class
com.daml.ledger.javaapi.data.codegen.json.JsonLfEncoders.Field
-
Packages that use JsonLfEncoders.Field Package Description com.daml.ledger.javaapi.data.codegen.json -
-
Uses of JsonLfEncoders.Field in com.daml.ledger.javaapi.data.codegen.json
Methods in com.daml.ledger.javaapi.data.codegen.json that return JsonLfEncoders.Field Modifier and Type Method Description static JsonLfEncoders.Field
JsonLfEncoders.Field. of(java.lang.String name, JsonLfEncoder encoder)
Methods in com.daml.ledger.javaapi.data.codegen.json with parameters of type JsonLfEncoders.Field Modifier and Type Method Description static JsonLfEncoder
JsonLfEncoders. record(JsonLfEncoders.Field... fields)
Method parameters in com.daml.ledger.javaapi.data.codegen.json with type arguments of type JsonLfEncoders.Field Modifier and Type Method Description static <T> java.util.function.Function<T,JsonLfEncoder>
JsonLfEncoders. variant(java.util.function.Function<T,JsonLfEncoders.Field> getField)
-