Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.Mapper
-
Packages that use Mapper Package Description org.apache.tinkerpop.gremlin.structure.io.graphml org.apache.tinkerpop.gremlin.structure.io.graphson org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of Mapper in org.apache.tinkerpop.gremlin.structure.io.graphml
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml that implement Mapper Modifier and Type Class Description class
GraphMLMapper
This is an "empty" implementation only present for compatibility withIo
. -
Uses of Mapper in org.apache.tinkerpop.gremlin.structure.io.graphson
Classes in org.apache.tinkerpop.gremlin.structure.io.graphson that implement Mapper Modifier and Type Class Description class
GraphSONMapper
An extension to the standard JacksonObjectMapper
which automatically registers the standardGraphSONModule
for serializingGraph
elements.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type Mapper Modifier and Type Method Description GraphSONReader.Builder
GraphSONReader.Builder. mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper)
Override all of theGraphSONMapper
builder options with this mapper.GraphSONWriter.Builder
GraphSONWriter.Builder. mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper)
Override all of the builder options with this mapper. -
Uses of Mapper in org.apache.tinkerpop.gremlin.structure.io.gryo
Classes in org.apache.tinkerpop.gremlin.structure.io.gryo that implement Mapper Modifier and Type Class Description class
GryoMapper
AMapper
implementation for Kryo.Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Mapper Modifier and Type Method Description GryoReader.Builder
GryoReader.Builder. mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)
Supply a mapperGryoMapper
instance to use as the serializer for theKryoWriter
.GryoWriter.Builder
GryoWriter.Builder. mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)
Supply a mapperGryoMapper
instance to use as the serializer for theKryoWriter
.
-