public class ToStringHelper extends Object
Constructor and Description |
---|
ToStringHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
render(Object o)
Returns o.toString() unless it throws an exception (which causes it to be
stored in unrenderableClasses) or already was present in
unrenderableClasses.
|
public static String render(Object o)
o
- incoming object to render.Copyright © 2005–2019 QOS.ch. All rights reserved.