Interface Stringifier

    • Method Detail

      • stringify

        String stringify​(Object object)
        Produce a String representation of an object. The actual output has no other semantics; each Stringifier may choose to target a particular type of user.

        The resulting String should be suitable for display to a user.

        Parameters:
        object - the Object for which a String should be produced