public class JsonRootArraySplitter extends JsonSplitter
JsonSplitter
that splits a json array that is the root element of the document into json
object nodes.
This class must be closed in order to free underlying resources.
Constructor and Description |
---|
JsonRootArraySplitter(InputStream inputStream) |
Modifier and Type | Method and Description |
---|---|
protected JsonToken |
findNextNodeStart() |
protected void |
initialize() |
close, createGenerator, getParser, iterator, waitForToken, waitForTokens
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public JsonRootArraySplitter(InputStream inputStream) throws IOException
IOException
protected void initialize() throws IOException
initialize
in class JsonSplitter
IOException
protected JsonToken findNextNodeStart() throws IOException
findNextNodeStart
in class JsonSplitter
IOException