Class LegacyGraphSONReader.Builder
java.lang.Object
org.apache.tinkerpop.gremlin.structure.io.graphson.LegacyGraphSONReader.Builder
- Enclosing class:
- LegacyGraphSONReader
-
Method Summary
Modifier and TypeMethodDescriptionaddCustomModule(org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule custom) Supply a mapper module for serialization/deserialization.batchSize(long batchSize) Number of mutations to perform before a commit is executed.create()loadCustomModules(boolean loadCustomModules) Try to loadSimpleModuleinstances from the current classpath.
-
Method Details
-
addCustomModule
public LegacyGraphSONReader.Builder addCustomModule(org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule custom) Supply a mapper module for serialization/deserialization. -
loadCustomModules
Try to loadSimpleModuleinstances from the current classpath. These are loaded in addition to the one supplied to theaddCustomModule(SimpleModule); -
batchSize
Number of mutations to perform before a commit is executed. -
create
-