Package org.eclipse.emf.compare.utils
Class Objects
- java.lang.Object
-
- org.eclipse.emf.compare.utils.Objects
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Objects.ToStringHelper
Fluent interface to build a String representation of an object following the same format as guava's Objects.toStringHelper().
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Objects.ToStringHelper
toStringHelper(Object object)
Creates a builder for thetoString()
of the given object.
-
-
-
Method Detail
-
toStringHelper
public static Objects.ToStringHelper toStringHelper(Object object)
Creates a builder for thetoString()
of the given object.- Parameters:
object
- The object we'll need a string representation of.- Returns:
- A builder for the
toString()
of the given object.
-
-