DoubleJavaBigDecimalConverter

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).

Functions

Link copied to clipboard
open override fun convertFrom(target: BigDecimal): Double
Link copied to clipboard
open override fun convertTo(source: Double): BigDecimal