Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.graphson |
Modifier and Type | Method and Description |
---|---|
static GraphSONWriter.Builder |
GraphSONWriter.build() |
GraphSONWriter.Builder |
GraphSONWriter.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper)
Override all of the builder options with this mapper.
|
GraphSONWriter.Builder |
GraphSONWriter.Builder.wrapAdjacencyList(boolean wrapAdjacencyListInObject)
Wraps the output of
GraphWriter.writeGraph(OutputStream, Graph) , GraphWriter.writeVertices(OutputStream, Iterator)
and GraphWriter.writeVertices(OutputStream, Iterator, Direction) in a JSON object. |
GraphSONWriter.Builder |
GraphSONIo.writer()
Creates a
GraphWriter.WriterBuilder implementation . |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.