Package-level declarations

Types

Link copied to clipboard
object BigIntegerBigDecimalConverter : MapTypeConverter<BigInteger, BigDecimal>

ionspin BigInteger -> ionspin BigDecimal: lossless promotion (fraction-truncating reverse unsupported).

Link copied to clipboard

Double -> ionspin BigDecimal (widening only; the reverse is intentionally unsupported).

Link copied to clipboard
object DoubleJavaBigDecimalConverter : <ERROR CLASS> ERROR CLASS: Symbol not found for MapTypeConverter<kotlin/Double, java/math/BigDecimal>

Double ->java.math.BigDecimal via valueOf (widening only; lossy reverse unsupported).

Link copied to clipboard

Int -> ionspin BigInteger (widening only; the reverse is intentionally unsupported).

Link copied to clipboard
object JavaBigIntegerBigDecimalConverter : <ERROR CLASS> ERROR CLASS: Symbol not found for MapTypeConverter<java/math/BigInteger, java/math/BigDecimal>

java.math.BigInteger ->java.math.BigDecimal: lossless promotion (fraction-truncating reverse unsupported).

Link copied to clipboard

Long -> ionspin BigInteger (widening only; the reverse is intentionally unsupported).

Link copied to clipboard
object LongJavaBigIntegerConverter : <ERROR CLASS> ERROR CLASS: Symbol not found for MapTypeConverter<kotlin/Long, java/math/BigInteger>

Long ->java.math.BigInteger (widening only; overflowing reverse unsupported).

Link copied to clipboard

ISO decimal String ↔ ionspin BigDecimal. Uses base-10 parsing and expanded notation.

Link copied to clipboard

Decimal String ↔ ionspin BigInteger. Parses in base 10.

Link copied to clipboard
object StringJavaBigDecimalConverter : <ERROR CLASS> ERROR CLASS: Symbol not found for MapTypeConverter<kotlin/String, java/math/BigDecimal>

ISO decimal Stringjava.math.BigDecimal.

Link copied to clipboard
object StringJavaBigIntegerConverter : <ERROR CLASS> ERROR CLASS: Symbol not found for MapTypeConverter<kotlin/String, java/math/BigInteger>