Searched refs:USE_LONG_FOR_INTS (Results 1 – 8 of 8) sorted by relevance
89 USE_LONG_FOR_INTS(false), enumConstant
324 ObjectReader r = MAPPER.reader(DeserializationFeature.USE_LONG_FOR_INTS); in testForceIntsToLongs()
357 .with(DeserializationFeature.USE_LONG_FOR_INTS) in testUntypedIntAsLong()
583 } else if (DeserializationFeature.USE_LONG_FOR_INTS.enabledIn(feats)) { in _fromInt()
53 | DeserializationFeature.USE_LONG_FOR_INTS.getMask();1300 if (DeserializationFeature.USE_LONG_FOR_INTS.enabledIn(feats)) { in _coerceIntegral()
943 if (!ctxt.isEnabled(DeserializationFeature.USE_LONG_FOR_INTS)) { in deserialize()
310 * Suggested #504: Add `DeserializationFeature.USE_LONG_FOR_INTS`
1244 #504: Add `DeserializationFeature.USE_LONG_FOR_INTS`