Interface Representation

    • Method Detail

      • toStringOf

        String toStringOf​(Object object)
        Returns the String representation of the given object. It may or not the object's own implementation of toString.
        Parameters:
        object - the object to represent.
        Returns:
        the toString representation of the given object.
      • unambiguousToStringOf

        String unambiguousToStringOf​(Object object)
        Returns the String representation of the given object with its type and hexadecimal hash code so that it can be differentied from other objects with the same toStringOf(Object) representation.
        Parameters:
        object - the object to represent.
        Returns:
        the toString representation of the given object.