We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e63036 commit 91fbfa2Copy full SHA for 91fbfa2
src/main/java/com/fasterxml/jackson/databind/JsonNode.java
@@ -1071,6 +1071,8 @@ public boolean hasNonNull(int index) {
1071
* this node is a JSON Array or Object node. In case of Object node,
1072
* field names (keys) are not included, only values.
1073
* For other types of nodes, returns empty iterator.
1074
+ * <p>
1075
+ * Note: In Jackson 3, this method will be renamed to {@code values()}.
1076
*/
1077
public Iterator<JsonNode> elements() {
1078
return ClassUtil.emptyIterator();
0 commit comments