SimpleFlatMapper icon indicating copy to clipboard operation
SimpleFlatMapper copied to clipboard

Use BigDecimal.valueOf() instead of new for BigDecimalConverter

Open jmluy opened this issue 3 years ago • 0 comments

Use BigDecimal.valueOf() instead of new for BigDecimalConverter since using new on a double will not be correct as some values cannot be represented exactly.

Fixes #771

jmluy avatar Jun 03 '22 06:06 jmluy