Uses of Package
com.daml.ledger.javaapi.data.codegen
-
Classes in com.daml.ledger.javaapi.data.codegen used by com.daml.ledger.javaapi.data Class Description Contract A superclass for all codegen-generated Contracts.ContractCompanion Metadata and utilities associated with a template as a whole, rather than one single contract made from that template.ContractId This class is used as a super class for all concrete ContractIds generated by the java codegen with the following properties:ContractTypeCompanion The commonality betweenContractCompanion
andInterfaceCompanion
.CreateAnd Parent of all generatedCreateAnd
classes within templates and interfaces.Created This class contains information related to a result after a contract is created.DamlRecord Base class of all decoded-to-codegen Daml records with no type parameters.DefinedDataType The codegen-decoded form of any of these: whatDamlRecord
describes, aVariant
without type parameters, or anyDamlEnum
.HasCommands This is an interface describing classes that contains or can generate a list ofCommand
InterfaceCompanion Metadata and utilities associated with an interface as a whole.Update -
Classes in com.daml.ledger.javaapi.data.codegen used by com.daml.ledger.javaapi.data.codegen Class Description ByKey Parent of all generatedByKey
classes within templates and interfaces.Choice This represents a Daml choice that can be exercised onContractId
s of typeContractId<Tpl>
.Contract A superclass for all codegen-generated Contracts.ContractCompanion Metadata and utilities associated with a template as a whole, rather than one single contract made from that template.ContractCompanion.FromJson ContractId This class is used as a super class for all concrete ContractIds generated by the java codegen with the following properties:ContractTypeCompanion The commonality betweenContractCompanion
andInterfaceCompanion
.CreateAnd Parent of all generatedCreateAnd
classes within templates and interfaces.Created This class contains information related to a result after a contract is created.DamlRecord Base class of all decoded-to-codegen Daml records with no type parameters.DefinedDataType The codegen-decoded form of any of these: whatDamlRecord
describes, aVariant
without type parameters, or anyDamlEnum
.Exercised This class contains information related to the result after a choice is exercised.Exercises Root of all generatedExercises
interfaces for templates and Daml interfaces.HasCommands This is an interface describing classes that contains or can generate a list ofCommand
Update Update.CreateUpdate INTERNAL API: this is meant for use by the Java code generator, and should not be instantiated directly.Update.ExerciseUpdate INTERNAL API: this is meant for use by the Java code generator, and should not be instantiated directly.ValueDecoder A converter from the encoded form of a Daml value, represented byValue
, to the codegen-decoded form, represented byData
. -
Classes in com.daml.ledger.javaapi.data.codegen used by com.daml.ledger.javaapi.data.codegen.json Class Description ContractId This class is used as a super class for all concrete ContractIds generated by the java codegen with the following properties:DamlEnum Base interface of all decoded-to-codegen Daml enums. -
Classes in com.daml.ledger.javaapi.data.codegen used by com.daml.ledger.rxjava Class Description HasCommands This is an interface describing classes that contains or can generate a list ofCommand
Update -
Classes in com.daml.ledger.javaapi.data.codegen used by com.daml.ledger.rxjava.grpc Class Description HasCommands This is an interface describing classes that contains or can generate a list ofCommand
Update