SimpleFlatMapper
SimpleFlatMapper copied to clipboard
Use BigDecimal.valueOf() instead of new for BigDecimalConverter
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