Interface ObjectFormatter

    • Method Detail

      • formatToString

        java.lang.String formatToString​(java.lang.Object object)
        Create string representation of an object.
        Parameters:
        object - the object to format as a string
        Returns:
        a string representation of the Object argument