Uses of Interface
org.apache.tinkerpop.gremlin.language.grammar.VariableResolver
Packages that use VariableResolver
Package
Description
-
Uses of VariableResolver in org.apache.tinkerpop.gremlin.jsr223
Fields in org.apache.tinkerpop.gremlin.jsr223 with type parameters of type VariableResolverMethods in org.apache.tinkerpop.gremlin.jsr223 that return types with arguments of type VariableResolverConstructor parameters in org.apache.tinkerpop.gremlin.jsr223 with type arguments of type VariableResolverModifierConstructorDescriptionVariableResolverCustomizer(Function<Map<String, Object>, VariableResolver> variableResolverMaker) -
Uses of VariableResolver in org.apache.tinkerpop.gremlin.language.grammar
Classes in org.apache.tinkerpop.gremlin.language.grammar that implement VariableResolverModifier and TypeClassDescriptionstatic classAllows for a provided variable set in the form of aMap, where the keys are variable names and the values are the parameter values to be injected into the traversal in their place.static classAllows for a provided variable set in the form of aMap, where the keys are variable names and the values are the parameter values to be injected into the traversal in their place.static classThisVariableResolverimplementation throws exceptions for all variable names.static classThisVariableResolversimply provides anullvalue for all variable names.Methods in org.apache.tinkerpop.gremlin.language.grammar that return VariableResolverModifier and TypeMethodDescriptionstatic VariableResolverVariableResolver.NoVariableResolver.instance()static VariableResolverVariableResolver.NullVariableResolver.instance()Constructors in org.apache.tinkerpop.gremlin.language.grammar with parameters of type VariableResolverModifierConstructorDescriptionArgumentVisitor(VariableResolver resolver, GremlinAntlrToJava antlr) protectedGremlinAntlrToJava(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) GremlinAntlrToJava(GraphTraversalSource g, VariableResolver variableResolver) Constructs a new instance that is bound to the specifiedGraphTraversalSourceand thus spawns theTraversalfrom this "g" rather than from a fresh one constructed from theGraphinstance.GremlinAntlrToJava(Graph graph, VariableResolver variableResolver) Constructs a new instance that is bound to the specifiedGraphinstance.NoOpTerminalVisitor(String traversalSourceName, Graph graph, Supplier<GraphTraversal<?, ?>> createAnonymous, GraphTraversalSource g, VariableResolver variableResolver) NoOpTerminalVisitor(Graph graph, VariableResolver variableResolver)