|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the converterpublic interface ToStringConverter<T>
Interface defining conversion to a String
.
ToStringConverter is an interface and must be implemented with care. Implementations must be immutable and thread-safe.
Method Summary | |
---|---|
String |
convertToString(T object)
Converts the specified object to a String . |
Method Detail |
---|
String convertToString(T object)
String
.
object
- the object to convert, not null
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |