KMapper
Toggle table of contents
2.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
KMapper
converters-bignumber
/
com.sahsenvar.kmapper.bignumber
/
DoubleBigDecimalConverter
Double
Big
Decimal
Converter
object
DoubleBigDecimalConverter
:
MapTypeConverter
<
Double
,
BigDecimal
>
Double
-> ionspin
BigDecimal
(widening only; the reverse is intentionally unsupported).
Members
Properties
source
Type
Link copied to clipboard
val
sourceType
:
KClass
<
Double
>
target
Type
Link copied to clipboard
val
targetType
:
KClass
<
BigDecimal
>
Functions
convert
From
Link copied to clipboard
open
override
fun
convertFrom
(
target
:
BigDecimal
)
:
Double
convert
From
Or
Null
Link copied to clipboard
open
fun
convertFromOrNull
(
target
:
BigDecimal
)
:
Double
?
convert
To
Link copied to clipboard
open
override
fun
convertTo
(
source
:
Double
)
:
BigDecimal
convert
To
Or
Null
Link copied to clipboard
open
fun
convertToOrNull
(
source
:
Double
)
:
BigDecimal
?