Interface LowerCaseString.Builder

    • Method Detail

      • withKeys

        LowerCaseString.Builder withKeys​(Collection<String> withKeys)

        The array caontaining the keys of the fields to convert to lowercase.

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

        LowerCaseString.Builder withKeys​(String... withKeys)

        The array caontaining the keys of the fields to convert to lowercase.

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