Skip to content

Commit

Permalink
Merge branch '2.19'
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Dec 31, 2024
2 parents b59dfda + 91fbfa2 commit 7e4862c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/java/tools/jackson/databind/JsonNode.java
Original file line number Diff line number Diff line change
Expand Up @@ -1036,6 +1036,8 @@ public boolean hasNonNull(int index) {
* this node is a JSON Array or Object node. In case of Object node,
* field names (keys) are not included, only values.
* For other types of nodes, returns empty iterator.
* <p>
* Note: In Jackson 3, this method will be renamed to {@code values()}.
*/
public Iterator<JsonNode> values() {
return ClassUtil.emptyIterator();
Expand Down

0 comments on commit 7e4862c

Please sign in to comment.