Skip to content

Commit 8840115

Browse files
authored
Add more documentation (#5284)
1 parent ee9240c commit 8840115

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/main/java/com/fasterxml/jackson/databind/JsonNode.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -491,7 +491,9 @@ public boolean canConvertToExactIntegral() {
491491
* Does <b>NOT</b> do any conversions for non-String value nodes;
492492
* for non-String values (ones for which {@link #isTextual} returns
493493
* false) null will be returned.
494-
* For String values, null is never returned (but empty Strings may be)
494+
* 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()}.
495497
*
496498
* @return Textual value this node contains, iff it is a textual
497499
* JSON node (comes from JSON String value entry)

0 commit comments

Comments
 (0)