| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
nullString |
| Constructor and Description |
|---|
ToStringFormatter() |
ToStringFormatter(java.lang.String nullString) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(T obj)
Create a string representation for the given obejct.
|