Interface TrimString.Builder

  • Method Details

    • withKeys

      TrimString.Builder withKeys(Collection<String> withKeys)

      The array containing the keys of the fields to trim.

      Parameters:
      withKeys - The array containing the keys of the fields to trim.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withKeys

      TrimString.Builder withKeys(String... withKeys)

      The array containing the keys of the fields to trim.

      Parameters:
      withKeys - The array containing the keys of the fields to trim.
      Returns:
      Returns a reference to this object so that method calls can be chained together.