Interface ArgumentFormatter<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String format​(T argumentToFormat, java.lang.String... formatterArguments)
      Format a single argument by taking optional formatter arguments into account.
    • Method Detail

      • format

        java.lang.String format​(T argumentToFormat,
                                java.lang.String... formatterArguments)
        Format a single argument by taking optional formatter arguments into account.
        Parameters:
        argumentToFormat - the object to format
        formatterArguments - optional arguments for the formatter to control the formatting.
        Returns:
        a formatted string