Class LegacyGraphSONReader.Builder
- java.lang.Object
- 
- org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
 
- 
- Enclosing class:
- LegacyGraphSONReader
 
 public static final class LegacyGraphSONReader.Builder extends Object 
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description LegacyGraphSONReader.BuilderaddCustomModule(org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule custom)Supply a mapper module for serialization/deserialization.LegacyGraphSONReader.BuilderbatchSize(long batchSize)Number of mutations to perform before a commit is executed.LegacyGraphSONReadercreate()LegacyGraphSONReader.BuilderloadCustomModules(boolean loadCustomModules)Try to loadSimpleModuleinstances from the current classpath.
 
- 
- 
- 
Method Detail- 
addCustomModulepublic LegacyGraphSONReader.Builder addCustomModule(org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule custom) Supply a mapper module for serialization/deserialization.
 - 
loadCustomModulespublic LegacyGraphSONReader.Builder loadCustomModules(boolean loadCustomModules) Try to loadSimpleModuleinstances from the current classpath. These are loaded in addition to the one supplied to theaddCustomModule(SimpleModule);
 - 
batchSizepublic LegacyGraphSONReader.Builder batchSize(long batchSize) Number of mutations to perform before a commit is executed.
 - 
createpublic LegacyGraphSONReader create() 
 
- 
 
-