Uses of Class
org.apache.tinkerpop.gremlin.groovy.jsr223.GroovyTranslator
-
Packages that use GroovyTranslator Package Description org.apache.tinkerpop.gremlin.groovy.jsr223 -
-
Uses of GroovyTranslator in org.apache.tinkerpop.gremlin.groovy.jsr223
Methods in org.apache.tinkerpop.gremlin.groovy.jsr223 that return GroovyTranslator Modifier and Type Method Description static GroovyTranslator
GroovyTranslator. of(String traversalSource)
Deprecated.static GroovyTranslator
GroovyTranslator. of(String traversalSource, boolean withParameters)
Deprecated.Creates the translator with theGroovyTranslator.DefaultTypeTranslator
passing thewithParameters
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 GroovyTranslator
GroovyTranslator. of(String traversalSource, Translator.ScriptTranslator.TypeTranslator typeTranslator)
Deprecated.
-