public class ToStringHelpers extends java.lang.Object
MoreObjects.ToStringHelper
.Constructor and Description |
---|
ToStringHelpers() |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.MoreObjects.ToStringHelper |
toReflectiveStringHelper(java.lang.Object self)
A reflective variant of
MoreObjects.toStringHelper(Object) . |
public ToStringHelpers()
public static com.google.common.base.MoreObjects.ToStringHelper toReflectiveStringHelper(java.lang.Object self)
MoreObjects.toStringHelper(Object)
.
It is significantly slower than its MoreObjects
counterpart, so it
should not be used in performance-critical code.
MoreObjects.ToStringHelper
with all fields of self already
added.