public class JsonIterator extends Object implements Iterator<ParseEvent>
ParseEvents.| Constructor and Description |
|---|
JsonIterator(com.fasterxml.jackson.core.JsonParser jp) |
JsonIterator(com.fasterxml.jackson.core.JsonParser jp,
Predicate<Path> needsKeyCollection,
Predicate<Path> needsJsonCollection) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
findNext() |
boolean |
hasNext() |
ParseEvent |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic ParseEvent next()
next in interface Iterator<ParseEvent>public boolean hasNext()
hasNext in interface Iterator<ParseEvent>public void remove()
remove in interface Iterator<ParseEvent>protected void findNext()
Copyright © 2017. All rights reserved.