Class Variant<T>
java.lang.Object
com.daml.ledger.javaapi.data.codegen.Variant<T>
- Type Parameters:
T
- A "self type", some subclass of this class thatT
implements.
- All Implemented Interfaces:
DefinedDataType<T>
-
Constructor Details
-
Variant
public Variant()
-
-
Method Details
-
toValue
Description copied from interface:DefinedDataType
Produce the encoded form.- Specified by:
toValue
in interfaceDefinedDataType<T>
-