You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
使用
JSON.DEFAULT_PARSER_FEATURE &= ~Feature.UseBigDecimal.getMask()
方式,正常是可以避免 double 转 BigDecimal 的,但是如果 Bean 里面字段类型是LinkedHashMap<Integer, Number>
的话,Number 里面如果出现浮点型数值,还是会被转为 BigDecimal版本:1.2.70
The text was updated successfully, but these errors were encountered: