Skip to content

Add new JsonNodeFeature.USE_BIG_DECIMAL_FOR_FLOATS#5058

Merged
cowtowncoder merged 3 commits intoFasterXML:2.19from
JooHyukKim:fx-4801
Apr 2, 2025
Merged

Add new JsonNodeFeature.USE_BIG_DECIMAL_FOR_FLOATS#5058
cowtowncoder merged 3 commits intoFasterXML:2.19from
JooHyukKim:fx-4801

Conversation

@JooHyukKim
Copy link
Copy Markdown
Member

resolves #4801

Comment thread src/main/java/com/fasterxml/jackson/databind/deser/std/JsonNodeDeserializer.java Outdated
Comment thread src/main/java/com/fasterxml/jackson/databind/deser/std/JsonNodeDeserializer.java Outdated
Comment thread src/main/java/com/fasterxml/jackson/databind/deser/std/JsonNodeDeserializer.java Outdated
* </ul>
*
* <p>
* Default value: undefined (relies on {@code DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS}).
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will re-phrase: default is false, but is implicit -- that is, needs to be explicitly set to have effect over DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS.

@cowtowncoder cowtowncoder merged commit 6202398 into FasterXML:2.19 Apr 2, 2025
6 checks passed
@JooHyukKim JooHyukKim deleted the fx-4801 branch April 4, 2025 04:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add JsonNodeFeature.USE_BIG_DECIMAL_FOR_FLOATS to allow overriding DeserializationFeature.USE_BIG_DECIMAL_FOR_FLOATS

3 participants