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 GroovyTranslatorGroovyTranslator. of(String traversalSource)Deprecated.static GroovyTranslatorGroovyTranslator. of(String traversalSource, boolean withParameters)Deprecated.Creates the translator with theGroovyTranslator.DefaultTypeTranslatorpassing thewithParametersoption 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 GroovyTranslatorGroovyTranslator. of(String traversalSource, Translator.ScriptTranslator.TypeTranslator typeTranslator)Deprecated.
-