We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee9240c commit 8840115Copy full SHA for 8840115
src/main/java/com/fasterxml/jackson/databind/JsonNode.java
@@ -491,7 +491,9 @@ public boolean canConvertToExactIntegral() {
491
* Does <b>NOT</b> do any conversions for non-String value nodes;
492
* for non-String values (ones for which {@link #isTextual} returns
493
* false) null will be returned.
494
- * For String values, null is never returned (but empty Strings may be)
+ * For String values, null is never returned (but empty Strings may be).
495
+ *
496
+ * IMPORTANT : Starting Jackson 3.0, this method will be named as {@code stringValue()}.
497
*
498
* @return Textual value this node contains, iff it is a textual
499
* JSON node (comes from JSON String value entry)
0 commit comments