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.
2 parents 63ae878 + 08d4a39 commit 4b145a6Copy full SHA for 4b145a6
src/main/java/com/fasterxml/jackson/databind/JsonNode.java
@@ -539,7 +539,9 @@ public boolean canConvertToExactIntegral() {
539
* Does <b>NOT</b> do any conversions for non-String value nodes;
540
* for non-String values (ones for which {@link #isTextual} returns
541
* false) null will be returned.
542
- * For String values, null is never returned (but empty Strings may be)
+ * For String values, null is never returned (but empty Strings may be).
543
+ *
544
+ * IMPORTANT : Starting Jackson 3.0, this method will be named as {@code stringValue()}.
545
*
546
* @return Textual value this node contains, iff it is a textual
547
* JSON node (comes from JSON String value entry)
0 commit comments