public static interface PrettyString.Appendable
| Modifier and Type | Method and Description |
|---|---|
java.lang.StringBuffer |
appendPrettyString(java.lang.StringBuffer buff,
java.lang.String prefix)
Appends a pretty representation of the object to the given buffer.
|
java.lang.StringBuffer appendPrettyString(java.lang.StringBuffer buff,
java.lang.String prefix)
buff - The buffer to use while making pretty.prefix - The string which all lines of the output must be prefixed with.