Class ValueNode
- java.lang.Object
-
- com.redis.lettucemod.search.querybuilder.ValueNode
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.redis.lettucemod.search.querybuilder.Node
Node.ParenMode
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString(Node.ParenMode mode)Returns the string form of this node.
-
-
-
Constructor Detail
-
ValueNode
public ValueNode(java.lang.String field, java.lang.String joinstr, Value... values)
-
ValueNode
public ValueNode(java.lang.String field, java.lang.String joinstr, java.lang.String... values)
-
-
Method Detail
-
toString
public java.lang.String toString(Node.ParenMode mode)
Description copied from interface:NodeReturns the string form of this node.
-
-