Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
-
Packages that use GraphSONMapper Package Description org.apache.tinkerpop.gremlin.structure.io.graphson -
-
Uses of GraphSONMapper in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONMapper Modifier and Type Method Description GraphSONMapper
GraphSONMapper.Builder. create()
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type GraphSONMapper Modifier and Type Method Description static GraphSONMapper.Builder
GraphSONMapper. build(GraphSONMapper mapper)
Create a new Builder from a givenGraphSONMapper
.
-