Package com.digitalasset.transcode.java
Class JavaConverters
java.lang.Object
com.digitalasset.transcode.java.JavaConverters
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromArchive(Supplier<A> make) static <A> Function<Object, ContractId<A>> fromContractId(Function<Object, A> aConv) fromGenMap(Function<Object, K> kConv, Function<Object, V> vConv) static Function<Object, BigDecimal> fromNumeric(int scale) fromOptional(Function<Object, A> aConv) fromTextMap(Function<Object, A> aConv) static <A> Function<ContractId<A>, Object> toContractId(Function<A, Object> aConv) static Function<BigDecimal, Object> toNumeric(int scale) toOptional(Function<A, Object> aConv)
-
Field Details
-
fromUnit
-
toUnit
-
fromBool
-
toBool
-
fromText
-
toText
-
fromInt64
-
toInt64
-
fromTimestamp
-
toTimestamp
-
fromDate
-
toDate
-
fromParty
-
toParty
-
-
Constructor Details
-
JavaConverters
public JavaConverters()
-
-
Method Details
-
fromNumeric
-
toNumeric
-
fromContractId
-
toContractId
-
fromList
-
toList
-
fromOptional
-
toOptional
-
fromTextMap
-
toTextMap
-
fromGenMap
-
toGenMap
-
fromArchive
-
toArchive
-