Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper
-
Packages that use GraphSONMapper Package Description org.apache.tinkerpop.gremlin.driver.ser org.apache.tinkerpop.gremlin.structure.io.graphson -
-
Uses of GraphSONMapper in org.apache.tinkerpop.gremlin.driver.ser
Constructors in org.apache.tinkerpop.gremlin.driver.ser with parameters of type GraphSONMapper Constructor Description AbstractGraphSONMessageSerializerV1d0(GraphSONMapper mapper)
AbstractGraphSONMessageSerializerV2d0(GraphSONMapper mapper)
Deprecated.GraphSONMessageSerializerGremlinV1d0(GraphSONMapper mapper)
GraphSONMessageSerializerGremlinV2d0(GraphSONMapper mapper)
Deprecated.GraphSONMessageSerializerV1d0(GraphSONMapper mapper)
Deprecated.GraphSONMessageSerializerV2d0(GraphSONMapper mapper)
Deprecated.GraphSONMessageSerializerV3d0(GraphSONMapper mapper)
Deprecated.GraphSONUntypedMessageSerializerV1d0(GraphSONMapper mapper)
GraphSONUntypedMessageSerializerV2d0(GraphSONMapper mapper)
Deprecated. -
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
.
-