Interface ToStringConverter<T>

    • Method Detail

      • convertToString

        java.lang.String convertToString​(T object)
        Converts the specified object to a String.
        Parameters:
        object - the object to convert, not null
        Returns:
        the converted string, may be null but generally not