Class VariableResolverPlugin
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
org.apache.tinkerpop.gremlin.jsr223.VariableResolverPlugin
- All Implemented Interfaces:
GremlinPlugin
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.-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
appliesTo, customizers, moduleName -
Method Summary
Methods inherited from class org.apache.tinkerpop.gremlin.jsr223.AbstractGremlinPlugin
getCustomizers, getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tinkerpop.gremlin.jsr223.GremlinPlugin
getCustomizers, requireRestart
-
Field Details
-
VARIABLE_RESOLVERS
-
-
Method Details
-
build
Builds a set of static bindings.
-