Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.Mapper
-
Packages that use Mapper Package Description org.apache.tinkerpop.gremlin.structure.io.graphson org.apache.tinkerpop.gremlin.structure.io.gryo -
-
Uses of Mapper in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type Mapper Modifier and Type Method Description GraphSONReader.BuilderGraphSONReader.Builder. mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper)Override all of theGraphSONMapperbuilder options with this mapper.GraphSONWriter.BuilderGraphSONWriter.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
Methods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type Mapper Modifier and Type Method Description GryoReader.BuilderGryoReader.Builder. mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)Supply a mapperGryoMapperinstance to use as the serializer for theKryoWriter.GryoWriter.BuilderGryoWriter.Builder. mapper(Mapper<org.apache.tinkerpop.shaded.kryo.Kryo> gryoMapper)Supply a mapperGryoMapperinstance to use as the serializer for theKryoWriter.
-