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 © 2016 JBoss by Red Hat. All rights reserved.