Interface Formatter<T>

    • Method Detail

      • format

        String format​(T object)
        Create a string representation for the given object.
        Parameters:
        object - the object to format
        Returns:
        a string describing the object