Class VariableResolverPlugin

java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
org.apache.tinkerpop.gremlin.jsr223.VariableResolverPlugin
All Implemented Interfaces:
GremlinPlugin

public class VariableResolverPlugin extends AbstractGremlinPlugin
A plugin that allows for the configuration of a VariableResolver implementation to be used by the GremlinLangScriptEngine. By default, it will use the VariableResolver.DirectVariableResolver which directly resolves variable name to a value from the binding in the script engine context. This is the most common usage relevant for most users and providers. Other options are reserved for more advanced use cases.