Class GraphMLMapper
- java.lang.Object
-
- org.apache.tinkerpop.gremlin.structure.io.graphml.GraphMLMapper
-
public final class GraphMLMapper extends Object implements Mapper<Object>
This is an "empty" implementation only present for compatibility withIo
. GraphML is a "whole graph" serialization format and does not have the notion of generic serialization functions.- Author:
- Stephen Mallette (http://stephen.genoprime.com)
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GraphMLMapper.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GraphMLMapper.Builder
build()
Object
createMapper()
Create a new instance of the internal object mapper that an implementation represents.
-
-
-
Method Detail
-
createMapper
public Object createMapper()
Description copied from interface:Mapper
Create a new instance of the internal object mapper that an implementation represents.- Specified by:
createMapper
in interfaceMapper<Object>
-
build
public static GraphMLMapper.Builder build()
-
-