Modifier and Type | Class and Description |
---|---|
static class |
Objects.ToStringHelper
Fluent interface to build a String representation of an object following the same format as guava's
Objects.toStringHelper().
|
Modifier and Type | Method and Description |
---|---|
static Objects.ToStringHelper |
toStringHelper(Object object)
Creates a builder for the
toString() of the given object. |
public static Objects.ToStringHelper toStringHelper(Object object)
toString()
of the given object.object
- The object we'll need a string representation of.toString()
of the given object.
Copyright (c) 2006, 2015 Obeo and others. All rights reserved.