Package org.fest.util
Class ToString
java.lang.Object
org.fest.util.ToString
Obtains the
toString
representation of an object.- Author:
- Alex Ruiz, Joel Costigliola, Yvonne Wang
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
toStringOf
(Object o) Returns thetoString
representation of the given object.
-
Method Details
-
toStringOf
Returns thetoString
representation of the given object. It may or not the object's own implementation oftoString
.- Parameters:
o
- the given object.- Returns:
- the
toString
representation of the given object.
-