public static final class LegacyGraphSONReader.Builder extends Object
| Modifier and Type | Method and Description | 
|---|---|
| LegacyGraphSONReader.Builder | addCustomModule(SimpleModule custom)Supply a mapper module for serialization/deserialization. | 
| LegacyGraphSONReader.Builder | batchSize(long batchSize)Number of mutations to perform before a commit is executed. | 
| LegacyGraphSONReader | create() | 
| LegacyGraphSONReader.Builder | loadCustomModules(boolean loadCustomModules)Try to load  SimpleModuleinstances from the current classpath. | 
public LegacyGraphSONReader.Builder addCustomModule(SimpleModule custom)
public LegacyGraphSONReader.Builder loadCustomModules(boolean loadCustomModules)
SimpleModule instances from the current classpath.  These are loaded in addition to
 the one supplied to the addCustomModule(SimpleModule);public LegacyGraphSONReader.Builder batchSize(long batchSize)
public LegacyGraphSONReader create()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.