Package org.fest.util

Class ToString

java.lang.Object
org.fest.util.ToString

public final class ToString extends Object
Obtains the toString representation of an object.
Author:
Alex Ruiz, Joel Costigliola, Yvonne Wang
  • Method Details

    • toStringOf

      public static String toStringOf(Object o)
      Returns the toString representation of the given object. It may or not the object's own implementation of toString.
      Parameters:
      o - the given object.
      Returns:
      the toString representation of the given object.