Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONReader.Builder
Packages that use GraphSONReader.Builder
-
Uses of GraphSONReader.Builder in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONReader.BuilderModifier and TypeMethodDescriptionGraphSONReader.Builder.batchSize(long batchSize) Number of mutations to perform before a commit is executed when usingGraphSONReader.readGraph(InputStream, Graph).static GraphSONReader.BuilderGraphSONReader.build()GraphSONReader.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper) Override all of theGraphSONMapperbuilder options with this mapper.GraphSONIo.reader()Creates aGraphReader.ReaderBuilderimplementation .GraphSONReader.Builder.unwrapAdjacencyList(boolean unwrapAdjacencyList) If the adjacency list is wrapped in a JSON object, as is done when writing a graph withGraphSONWriter.Builder.wrapAdjacencyList(boolean)wrapAdjacencyList} set totrue, this setting needs to be set totrueto properly read it.