Uses of Interface
org.apache.tinkerpop.gremlin.structure.io.Mapper
Packages that use Mapper
Package
Description
-
Uses of Mapper in org.apache.tinkerpop.gremlin.structure.io.graphml
Classes in org.apache.tinkerpop.gremlin.structure.io.graphml that implement MapperModifier and TypeClassDescriptionfinal classThis 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 MapperModifier and TypeClassDescriptionclassAn extension to the standard JacksonObjectMapperwhich automatically registers the standardGraphSONModulefor serializingGraphelements.Methods in org.apache.tinkerpop.gremlin.structure.io.graphson with parameters of type MapperModifier and TypeMethodDescriptionGraphSONReader.Builder.mapper(Mapper<org.apache.tinkerpop.shaded.jackson.databind.ObjectMapper> mapper) Override all of theGraphSONMapperbuilder options with this mapper.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 MapperMethods in org.apache.tinkerpop.gremlin.structure.io.gryo with parameters of type MapperModifier and TypeMethodDescriptionSupply a mapperGryoMapperinstance to use as the serializer for theKryoWriter.Supply a mapperGryoMapperinstance to use as the serializer for theKryoWriter.