GraphSONMapper.Builder | 
GraphSONMapper.Builder.addCustomModule(org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule custom) | 
 Supply a mapper module for serialization/deserialization. 
 | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.addDefaultXModule(boolean includeDefaultXModule) | 
 Supply a default extension module of V2_0 and V3_0 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() | 
  | 
static GraphSONMapper.Builder | 
GraphSONMapper.build(GraphSONMapper mapper) | 
 | 
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(String version) | 
 Set the version of GraphSON to use. 
 | 
GraphSONMapper.Builder | 
GraphSONMapper.Builder.version(GraphSONVersion version) | 
 Set the version of GraphSON to use. 
 |