Uses of Class
com.daml.ledger.javaapi.data.codegen.json.JsonLfEncoders.Field
Packages that use JsonLfEncoders.Field
-
Uses of JsonLfEncoders.Field in com.daml.ledger.javaapi.data.codegen.json
Methods in com.daml.ledger.javaapi.data.codegen.json that return JsonLfEncoders.FieldModifier and TypeMethodDescriptionstatic JsonLfEncoders.Field
JsonLfEncoders.Field.of
(String name, JsonLfEncoder encoder) Methods in com.daml.ledger.javaapi.data.codegen.json with parameters of type JsonLfEncoders.FieldModifier and TypeMethodDescriptionstatic JsonLfEncoder
JsonLfEncoders.record
(JsonLfEncoders.Field... fields) Method parameters in com.daml.ledger.javaapi.data.codegen.json with type arguments of type JsonLfEncoders.FieldModifier and TypeMethodDescriptionstatic <T> Function<T,
JsonLfEncoder> JsonLfEncoders.variant
(Function<T, JsonLfEncoders.Field> getField)