Interface SubstituteString.Builder

    • Method Detail

      • entries

        SubstituteString.Builder entries​(Collection<SubstituteStringEntry> entries)

        An array of objects, where each object contains the information about one key to match and replace.

        Parameters:
        entries - An array of objects, where each object contains the information about one key to match and replace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entries

        SubstituteString.Builder entries​(SubstituteStringEntry... entries)

        An array of objects, where each object contains the information about one key to match and replace.

        Parameters:
        entries - An array of objects, where each object contains the information about one key to match and replace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.