T - public interface TypeStringifier<T>
Object.| Modifier and Type | Field and Description |
|---|---|
static TypeStringifier<Object> |
JavaToString
Uses
Object.toString(). |
| Modifier and Type | Method and Description |
|---|---|
void |
appendAsString(Appendable appendable,
T object)
Appends the string representation of the given object.
|
String |
toString(T object) |
static final TypeStringifier<Object> JavaToString
Object.toString().void appendAsString(Appendable appendable, T object) throws IOException
IOExceptionCopyright © 2014. All rights reserved.