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 StringtoStringOf(Object o) Returns thetoStringrepresentation of the given object.
-
Method Details
-
toStringOf
Returns thetoStringrepresentation of the given object. It may or not the object's own implementation oftoString.- Parameters:
o- the given object.- Returns:
- the
toStringrepresentation of the given object.
-