Uses of Class
com.daml.ledger.javaapi.data.codegen.ContractTypeCompanion
Packages that use ContractTypeCompanion
-
Uses of ContractTypeCompanion in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data with parameters of type ContractTypeCompanionModifier and TypeMethodDescriptionstatic EventFormatEventFormat.eventFormat(ContractTypeCompanion<?, ?, ?, ?> contractCompanion, Optional<Set<String>> partiesO, boolean verbose) -
Uses of ContractTypeCompanion in com.daml.ledger.javaapi.data.codegen
Subclasses of ContractTypeCompanion in com.daml.ledger.javaapi.data.codegenModifier and TypeClassDescriptionclassContractCompanion<Ct,Id, Data> Metadata and utilities associated with a template as a whole, rather than one single contract made from that template.static final classContractCompanion.WithKey<Ct,Id, Data, Key> static final classContractCompanion.WithoutKey<Ct,Id, Data> classInterfaceCompanion<I,Id, View> Metadata and utilities associated with an interface as a whole.Methods in com.daml.ledger.javaapi.data.codegen that return ContractTypeCompanionModifier and TypeMethodDescriptionprotected abstract ContractTypeCompanion<?,?, ?, ?> ByKey.getCompanion()The origin of the choice, not the template relevant to contractKey.protected abstract ContractTypeCompanion<?,?, ?, ?> CreateAnd.getCompanion()The origin of the choice, not the createArguments.