Package | Description |
---|---|
com.marklogic.client.datamovement |
The MarkLogic Data Movement SDK supports long-running write, read,
delete, or transform jobs.
|
Modifier and Type | Class and Description |
---|---|
static class |
JSONSplitter.ArrayVisitor
The basic visitor only splits objects or arrays under top array.
|
Modifier and Type | Method and Description |
---|---|
JSONSplitter.Visitor<T> |
JSONSplitter.getVisitor()
Get the visitor used in JSONSplitter class.
|
Modifier and Type | Method and Description |
---|---|
void |
JSONSplitter.setVisitor(JSONSplitter.Visitor<T> visitor)
Set the visitor to select objects or arrays to split in JSONSplitter.
|
Constructor and Description |
---|
JSONSplitter(JSONSplitter.Visitor<T> visitor)
Construct a JSONSplitter which splits the JSON file according to the visitor.
|
Copyright © 2013-2020 MarkLogic Corporation.