public class ToString extends Object
toString() builder.| Constructor and Description |
|---|
ToString(Object object)
Creates a new ToString instance.
|
| Modifier and Type | Method and Description |
|---|---|
ToString |
append(Object element)
Appends
String.valueOf( element). |
ToString |
append(String name,
Object value)
Appends the given name/value pair..
|
static ToString |
of(Object object)
Returns a
ToString builder for the given object. |
static String |
simpleClassName(String className)
Returns the simple name of the given class.
|
String |
toString() |
public ToString(Object object)
Copyright © 2025 The Cornutum Project. All rights reserved.