Package | Description |
---|---|
org.apache.tinkerpop.gremlin.process.traversal.translator |
Modifier and Type | Method and Description |
---|---|
static DotNetTranslator |
DotNetTranslator.of(String traversalSource)
|
static DotNetTranslator |
DotNetTranslator.of(String traversalSource,
boolean withParameters)
Creates the translator with the
DotNetTranslator.DefaultTypeTranslator passing the withParameters option to it
which will handle type translation in a fashion that should typically increase cache hits and reduce
compilation times if enabled at the sacrifice to rewriting of the script that could reduce readability. |
static DotNetTranslator |
DotNetTranslator.of(String traversalSource,
Translator.ScriptTranslator.TypeTranslator typeTranslator)
Creates the translator with a custom
TypeTranslator instance. |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.