Class VariableResolverPlugin.Builder
java.lang.Object
org.apache.tinkerpop.gremlin.jsr223.VariableResolverPlugin.Builder
- Enclosing class:
- VariableResolverPlugin
-
Method Summary
Modifier and TypeMethodDescriptioncreate()Sets the type ofVariableResolverto use by specifying a simple class name associated with the inner classes in that interface or a fully qualified class name.
-
Method Details
-
resolver
Sets the type ofVariableResolverto use by specifying a simple class name associated with the inner classes in that interface or a fully qualified class name. The assumption is that implementations will allow a constructor that takes aMapwhich contains the bindings from the script engine context. Implementations are can then decide how to resolve variables in the script based on thatMapor some other mechanism. -
create
-