FasterXML / FasterXML/jackson3-dev
Allow for-each loop for `ObjectNode`s
Đang mở
enhancement
functionality-change
- Ngôn ngữ chính
- Không có dữ liệu ngôn ngữ
- Star
- 6
- Fork
- 0
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
(note: PR exists -- https://github.com/FasterXML/jackson-databind/pull/1590 -- but probably needs some changes)
So: 2.x API exposes `Iterator` approach, but that is bit clumsy. API should either be changed (which would be sub-optimal since this does not have to break), or augmented (probably preferable) to allow use of `Iterable` instead, both for field names and entries.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.