Uses of Class
com.daml.ledger.javaapi.data.codegen.ContractId
Packages that use ContractId
Package
Description
-
Uses of ContractId in com.daml.ledger.javaapi.data
Methods in com.daml.ledger.javaapi.data that return types with arguments of type ContractIdModifier and TypeMethodDescriptionabstract Update<? extends Created<? extends ContractId<? extends Template>>>
Template.create()
-
Uses of ContractId in com.daml.ledger.javaapi.data.codegen
Methods in com.daml.ledger.javaapi.data.codegen that return types with arguments of type ContractIdModifier and TypeMethodDescriptionstatic <T> ValueDecoder<ContractId<T>>
PrimitiveValueDecoders.fromContractId
(ValueDecoder<T> contractType) Methods in com.daml.ledger.javaapi.data.codegen with parameters of type ContractIdModifier and TypeMethodDescriptionfinal Id
ContractTypeCompanion.toContractId
(ContractId<ContractType> parameterizedContractId) Convert from a genericContractId
to the specific contract ID subclass generated as part of this companion's template or interface.Method parameters in com.daml.ledger.javaapi.data.codegen with type arguments of type ContractIdModifier and TypeMethodDescriptionstatic <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
. -
Uses of ContractId in com.daml.ledger.javaapi.data.codegen.json
Methods in com.daml.ledger.javaapi.data.codegen.json with type parameters of type ContractIdModifier and TypeMethodDescriptionstatic <C extends ContractId<?>>
JsonLfDecoder<C>JsonLfDecoders.contractId
(Function<String, C> constr) static <Cid extends ContractId<?>>
JsonLfEncoderJsonLfEncoders.contractId
(Cid value)