Searched refs:USE_BIG_DECIMAL_FOR_FLOATS (Results 1 – 14 of 14) sorted by relevance
20 .with(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS) in testBigDecimalCoercion()
48 USE_BIG_DECIMAL_FOR_FLOATS(false), enumConstant
3249 if (isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) {4233 if (isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) {4309 if (isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) {
11 m.enable(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS);
367 .enable(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS) in testBigDecimalAsPlain()
285 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in deserialize()342 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in deserializeWithType()413 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in deserialize()740 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in deserialize()783 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in deserializeWithType()
892 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in deserialize()934 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in deserialize()
607 if (ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)) { in _fromFloat()
282 ObjectReader r = MAPPER.reader(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS); in testFpTypeOverrideSimple()302 ObjectReader r = MAPPER.reader(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS); in testFpTypeOverrideStructured()
468 .with(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS, in testPolymorphicUntypedVanilla()
26 assertFalse(cfg.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS)); in testFeatureDefaults()
532 .with(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS) in testBigDecimal965()
187 : ctxt.isEnabled(DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS); in TokenBuffer()
899 #1028: Ignore USE_BIG_DECIMAL_FOR_FLOATS for NaN/Infinity