| Package | Description | 
|---|---|
| org.apache.tinkerpop.gremlin.structure.io.graphson | 
| Modifier and Type | Method and Description | 
|---|---|
GraphSONMapper.Builder | 
GraphSONMapper.Builder.addCustomModule(SimpleModule custom)
Supply a mapper module for serialization/deserialization. 
 | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.addRegistry(IoRegistry registry)
Adds a vendor supplied  
IoRegistry to the Mapper.Builder which enables it to check for
 vendor custom serializers to add to the Mapper. | 
static GraphSONMapper.Builder | 
GraphSONMapper.build()  | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.loadCustomModules(boolean loadCustomModules)
Try to load  
SimpleModule instances from the current classpath. | 
GraphSONMapper.Builder | 
GraphSONIo.mapper()
Constructs a  
Mapper.Builder which is responsible for constructing the abstraction over different
 serialization methods. | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.normalize(boolean normalize)
Forces keys to be sorted. 
 | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.typeInfo(TypeInfo typeInfo)
Specify if the values are going to be typed or not, and at which level. 
 | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.version(GraphSONVersion version)
Set the version of GraphSON to use. 
 | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.version(String version)
Set the version of GraphSON to use. 
 | 
Copyright © 2013–2019 Apache Software Foundation. All rights reserved.