Uses of Class
org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONMapper.Builder
Packages that use GraphSONMapper.Builder
Package
Description
-
Uses of GraphSONMapper.Builder in org.apache.tinkerpop.gremlin.structure.io.graphson
Methods in org.apache.tinkerpop.gremlin.structure.io.graphson that return GraphSONMapper.BuilderModifier and TypeMethodDescriptionGraphSONMapper.Builder.addCustomModule(org.apache.tinkerpop.gremlin.structure.io.graphson.GraphSONModule.GraphSONModuleBuilder moduleBuilder) Supplies a mapper module builder to be lazily constructed.GraphSONMapper.Builder.addCustomModule(org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule custom) Supply a mapper module for serialization/deserialization.GraphSONMapper.Builder.addDefaultXModule(boolean includeDefaultXModule) Supply a default extension module of V2_0, V3_0 and V4_0 for serialization/deserialization.GraphSONMapper.Builder.addRegistry(IoRegistry registry) Adds a vendor suppliedIoRegistryto theMapper.Builderwhich enables it to check for vendor custom serializers to add to theMapper.static GraphSONMapper.BuilderGraphSONMapper.build()static GraphSONMapper.BuilderGraphSONMapper.build(GraphSONMapper mapper) Create a new Builder from a givenGraphSONMapper.GraphSONMapper.Builder.loadCustomModules(boolean loadCustomModules) Try to loadSimpleModuleinstances from the current classpath.GraphSONIo.mapper()Constructs aMapper.Builderwhich is responsible for constructing the abstraction over different serialization methods.GraphSONMapper.Builder.maxNestingDepth(int maxNestingDepth) GraphSONMapper.Builder.maxNumberLength(int maxNumLength) GraphSONMapper.Builder.maxStringLength(int maxStringLength) GraphSONMapper.Builder.normalize(boolean normalize) Forces keys to be sorted.GraphSONMapper.Builder.pdtRegistry(PDTRegistry pdtRegistry) Set thePDTRegistryto enable automatic hydration ofCompositePDTvalues during deserialization.Specify if the values are going to be typed or not, and at which level.Set the version of GraphSON to use.GraphSONMapper.Builder.version(GraphSONVersion version) Set the version of GraphSON to use. -
Uses of GraphSONMapper.Builder in org.apache.tinkerpop.gremlin.util.ser
Constructors in org.apache.tinkerpop.gremlin.util.ser with parameters of type GraphSONMapper.BuilderModifierConstructorDescriptionAbstractGraphSONMessageSerializerV4(GraphSONMapper.Builder mapperBuilder) GraphSONMessageSerializerV4(GraphSONMapper.Builder mapperBuilder) Create a GraphSONMessageSerializer with a providedGraphSONMapper.Builder.GraphSONUntypedMessageSerializerV4(GraphSONMapper.Builder mapperBuilder) Create a GraphSONMessageSerializer with a providedGraphSONMapper.Builder.