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, waitForTokensclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic JsonRootArraySplitter(InputStream inputStream) throws IOException
IOExceptionprotected void initialize()
throws IOException
initialize in class JsonSplitterIOExceptionprotected JsonToken findNextNodeStart() throws IOException
findNextNodeStart in class JsonSplitterIOException