Uses of Package
com.daml.ledger.javaapi.data.codegen
Packages that use com.daml.ledger.javaapi.data.codegen
Package
Description
-
Classes in com.daml.ledger.javaapi.data.codegen used by com.daml.ledger.javaapi.dataClassDescriptionA superclass for all codegen-generated Contracts.Metadata and utilities associated with a template as a whole, rather than one single contract made from that template.This class is used as a super class for all concrete ContractIds generated by the java codegen with the following properties:The commonality between
ContractCompanion
andInterfaceCompanion
.Parent of all generatedCreateAnd
classes within templates and interfaces.This class contains information related to a result after a contract is created.Base class of all decoded-to-codegen Daml records with no type parameters.The codegen-decoded form of any of these: whatDamlRecord
describes, aVariant
without type parameters, or anyDamlEnum
.This is an interface describing classes that contains or can generate a list ofCommand
Metadata and utilities associated with an interface as a whole. -
Classes in com.daml.ledger.javaapi.data.codegen used by com.daml.ledger.javaapi.data.codegenClassDescriptionParent of all generated
ByKey
classes within templates and interfaces.This represents a Daml choice that can be exercised onContractId
s of typeContractId<Tpl>
.A superclass for all codegen-generated Contracts.Metadata and utilities associated with a template as a whole, rather than one single contract made from that template.This class is used as a super class for all concrete ContractIds generated by the java codegen with the following properties:The commonality betweenContractCompanion
andInterfaceCompanion
.Parent of all generatedCreateAnd
classes within templates and interfaces.This class contains information related to a result after a contract is created.Base class of all decoded-to-codegen Daml records with no type parameters.The codegen-decoded form of any of these: whatDamlRecord
describes, aVariant
without type parameters, or anyDamlEnum
.This class contains information related to the result after a choice is exercised.Root of all generatedExercises
interfaces for templates and Daml interfaces.This is an interface describing classes that contains or can generate a list ofCommand
INTERNAL API: this is meant for use by the Java code generator, and should not be instantiated directly.INTERNAL API: this is meant for use by the Java code generator, and should not be instantiated directly.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.jsonClassDescriptionThis class is used as a super class for all concrete ContractIds generated by the java codegen with the following properties:Base interface of all decoded-to-codegen Daml enums.