Interface UpperCaseString.Builder

  • Method Details

    • withKeys

      The array of containing the keys of the field to convert to uppercase.

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

      UpperCaseString.Builder withKeys(String... withKeys)

      The array of containing the keys of the field to convert to uppercase.

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