We use jackson and I see this in code
DeserializationConfig.Feature.USE_BIG_DECIMAL_FOR_FLOATS
DeserializationConfig.Feature.USE_BIG_INTEGER_FOR_INTS
But how do I get jackson to use these features now?
That would be an ideal situation. I just need the Map result with String, BigDecimal and BigIntegers.
source
share