T - the type of the converterpublic interface ToStringConverter<T>
String.
ToStringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
| Modifier and Type | Method and Description |
|---|---|
String |
convertToString(T object)
Converts the specified object to a
String. |
Copyright © 2010–2015 Joda.org. All rights reserved.