Interface SplitStringEntry.Builder

    • Method Detail

      • source

        SplitStringEntry.Builder source​(String source)

        The key of the field to split.

        Parameters:
        source - The key of the field to split.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • delimiter

        SplitStringEntry.Builder delimiter​(String delimiter)

        The separator characters to split the string entry on.

        Parameters:
        delimiter - The separator characters to split the string entry on.
        Returns:
        Returns a reference to this object so that method calls can be chained together.