Interface UpperCaseString.Builder

    • Method Detail

      • withKeys

        UpperCaseString.Builder withKeys​(Collection<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.
      • 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.