| Package | Description |
|---|---|
| com.tinkerpop.gremlin.structure.io.graphson |
| Modifier and Type | Method and Description |
|---|---|
GraphSONMapper |
GraphSONMapper.Builder.create() |
| Modifier and Type | Method and Description |
|---|---|
GraphSONWriter.Builder |
GraphSONWriter.Builder.mapper(GraphSONMapper mapper)
Override all of the builder options with this mapper.
|
GraphSONReader.Builder |
GraphSONReader.Builder.mapper(GraphSONMapper mapper)
Override all of the
GraphSONMapper builder
options with this mapper. |
| Constructor and Description |
|---|
GraphSONReader(GraphSONMapper mapper,
long batchSize,
java.lang.String vertexIdKey,
java.lang.String edgeIdKey) |
Copyright © 2013-2015 TinkerPop. All Rights Reserved.