Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper.Builder
-
Packages that use GraphMLMapper.Builder Package Description org.apache.tinkerpop.gremlin.structure.io.graphml -
-
Uses of GraphMLMapper.Builder in org.apache.tinkerpop.gremlin.structure.io.graphml
Methods in org.apache.tinkerpop.gremlin.structure.io.graphml that return GraphMLMapper.Builder Modifier and Type Method Description GraphMLMapper.Builder
GraphMLMapper.Builder. addRegistry(IoRegistry registry)
static GraphMLMapper.Builder
GraphMLMapper. build()
GraphMLMapper.Builder
GraphMLIo. mapper()
Constructs aMapper.Builder
which is responsible for constructing the abstraction over different serialization methods.
-