Interface TrimString.Builder

    • Method Detail

      • 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.