Uses of Class
com.daml.ledger.javaapi.data.codegen.ContractCompanion
-
Packages that use ContractCompanion Package Description com.daml.ledger.javaapi.data com.daml.ledger.javaapi.data.codegen -
-
Uses of ContractCompanion in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data with parameters of type ContractCompanion Modifier and Type Method Description static <Ct> ContractFilter<Ct>
ContractFilter. of(ContractCompanion<Ct,?,?> companion)
-
Uses of ContractCompanion in com.daml.ledger.javaapi.data.codegen
Subclasses of ContractCompanion in com.daml.ledger.javaapi.data.codegen Modifier and Type Class Description static class
ContractCompanion.WithKey<Ct,Id,Data,Key>
static class
ContractCompanion.WithoutKey<Ct,Id,Data>
Methods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type ContractCompanion Modifier and Type Method Description java.util.Optional<? extends ContractCompanion<? extends Contract<?,?>,?,? extends DamlRecord<?>>>
ContractDecoder. getContractCompanion(Identifier templateId)
Methods in com.daml.ledger.javaapi.data.codegen with parameters of type ContractCompanion Modifier and Type Method Description static <Data> ValueDecoder<Data>
ContractCompanion. valueDecoder(ContractCompanion<?,? extends ContractId<Data>,Data> companion)
Static method to generate an implementation ofValueDecoder
of typeData
with metadata from the providedContractCompanion
.Constructors in com.daml.ledger.javaapi.data.codegen with parameters of type ContractCompanion Constructor Description ToInterface(ContractCompanion<?,?,?> keySource, Value contractKey)
ToInterface(ContractCompanion<?,?,?> createSource, Template createArguments)
Constructor parameters in com.daml.ledger.javaapi.data.codegen with type arguments of type ContractCompanion Constructor Description ContractDecoder(java.lang.Iterable<? extends ContractCompanion<? extends Contract<?,?>,?,? extends DamlRecord<?>>> companions)
-