You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
(note: PR exists -- FasterXML/jackson-databind#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 ofIterable
instead, both for field names and entries.The text was updated successfully, but these errors were encountered: