Uses of Interface
com.daml.ledger.javaapi.data.codegen.ContractCompanion.FromJson
-
Packages that use ContractCompanion.FromJson Package Description com.daml.ledger.javaapi.data.codegen -
-
Uses of ContractCompanion.FromJson in com.daml.ledger.javaapi.data.codegen
Fields in com.daml.ledger.javaapi.data.codegen declared as ContractCompanion.FromJson Modifier and Type Field Description protected ContractCompanion.FromJson<Data>
ContractCompanion. fromJson
Methods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type ContractCompanion.FromJson Modifier and Type Method Description java.util.Optional<ContractCompanion.FromJson<? extends DamlRecord<?>>>
ContractDecoder. getJsonDecoder(Identifier templateId)
Constructors in com.daml.ledger.javaapi.data.codegen with parameters of type ContractCompanion.FromJson Constructor Description ContractCompanion(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, java.util.function.Function<DamlRecord,Data> fromValue, ContractCompanion.FromJson<Data> fromJson, java.util.List<Choice<Data,?,?>> choices)
WithKey(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, java.util.function.Function<DamlRecord,Data> fromValue, ContractCompanion.FromJson<Data> fromJson, ContractCompanion.WithKey.NewContract<Ct,Id,Data,Key> newContract, java.util.List<Choice<Data,?,?>> choices, java.util.function.Function<Value,Key> keyFromValue)
WithoutKey(java.lang.String templateClassName, Identifier templateId, java.util.function.Function<java.lang.String,Id> newContractId, java.util.function.Function<DamlRecord,Data> fromValue, ContractCompanion.FromJson<Data> fromJson, ContractCompanion.WithoutKey.NewContract<Ct,Id,Data> newContract, java.util.List<Choice<Data,?,?>> choices)
-