public interface TranslatorCustomizer extends Customizer
Bytecode
to script translation. Not all GremlinScriptEngine
will support this capability as translation is optional.Modifier and Type | Method and Description |
---|---|
Translator.ScriptTranslator.TypeTranslator |
createTypeTranslator()
Construct a
Translator.ScriptTranslator.TypeTranslator that will be used by a
Translator.ScriptTranslator instance within the GremlinScriptEngine to translate
Bytecode to a script. |
Translator.ScriptTranslator.TypeTranslator createTypeTranslator()
Translator.ScriptTranslator.TypeTranslator
that will be used by a
Translator.ScriptTranslator
instance within the GremlinScriptEngine
to translate
Bytecode
to a script.Copyright © 2013–2021 Apache Software Foundation. All rights reserved.