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 . |
String convertToString(T object)
String
.object
- the object to convert, not nullCopyright © 2010-2016 Joda.org. All Rights Reserved.