public final class ObjectRenderer extends Object
This class provides only one method, renderObject, which is capable of creating a string representation of an object. It renders maps, collections, arrays or any other object.
The public static members of this class are thread-safe.
| Modifier and Type | Method and Description |
|---|---|
static String |
renderObject(Object o)
Creates a string representation of an object.
|
public static String renderObject(Object o)
o - The object to render. Can be nullCopyright © 2023. All rights reserved.