Class ValueNode

java.lang.Object
redis.clients.jedis.search.querybuilder.ValueNode
All Implemented Interfaces:
Node

public class ValueNode extends Object implements Node
Created by mnunberg on 2/23/18.
  • Field Details

    • values

      private final Value[] values
    • field

      private final String field
    • joinString

      private final String joinString
  • Constructor Details

  • Method Details

    • fromStrings

      private static Value[] fromStrings(String[] values)
    • formatField

      private String formatField()
    • toStringCombinable

      private String toStringCombinable(Node.Parenthesize mode)
    • toStringDefault

      private String toStringDefault(Node.Parenthesize mode)
    • toString

      public String toString(Node.Parenthesize 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.