Class ValueNode

  • All Implemented Interfaces:
    Node

    public class ValueNode
    extends java.lang.Object
    implements Node
    Created by mnunberg on 2/23/18.
    • Nested Class Summary

      • Nested classes/interfaces inherited from interface com.redis.lettucemod.search.querybuilder.Node

        Node.ParenMode
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueNode​(java.lang.String field, java.lang.String joinstr, Value... values)  
      ValueNode​(java.lang.String field, java.lang.String joinstr, java.lang.String... values)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString​(Node.ParenMode mode)
      Returns the string form of this node.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.redis.lettucemod.search.querybuilder.Node

        toString
    • 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: Node
        Returns the string form of this node.
        Specified by:
        toString in interface Node
        Parameters:
        mode - Whether the string should be encapsulated in parentheses (...)
        Returns:
        The string query.