Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONWriter.Builder
-
Packages that use GraphSONWriter.Builder Package Description org.apache.tinkerpop.gremlin.structure.io.graphson -
-
Uses of GraphSONWriter.Builder in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONWriter.Builder Modifier and Type Method 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 ofGraphWriter.writeGraph(OutputStream, Graph)
,GraphWriter.writeVertices(OutputStream, Iterator)
andGraphWriter.writeVertices(OutputStream, Iterator, Direction)
in a JSON object.GraphSONWriter.Builder
GraphSONIo. writer()
Creates aGraphWriter.WriterBuilder
implementation .
-