| Package | Description |
|---|---|
| com.fasterxml.jackson.jr.ob |
| Modifier and Type | Field and Description |
|---|---|
protected static ValueIterator<?> |
ValueIterator.EMPTY_ITERATOR |
| Modifier and Type | Method and Description |
|---|---|
ValueIterator<Object> |
JSON.anySequenceFrom(Object source)
Method for creating
ValueIterator for reading
streaming JSON
content (specifically line-delimited and concatenated variants);
individual values are bound as "Simple" type: Map,
List, String, Number or Boolean. |
<T> ValueIterator<T> |
JSON.beanSequenceFrom(Class<T> type,
Object source)
Method for creating
ValueIterator for reading
streaming JSON
content (specifically line-delimited and concatenated variants);
individual values are bound to specific Bean (POJO) type. |
protected static <T> ValueIterator<T> |
ValueIterator.emptyIterator() |
<T extends TreeNode> |
JSON.treeSequenceFrom(Object source)
Method for creating
ValueIterator for reading
streaming JSON
content (specifically line-delimited and concatenated variants);
individual values are bound as JSON Trees(of type that configured
TreeCodec, see JSON.with(TreeCodec)) supports. |
Copyright © 2024 FasterXML. All rights reserved.