Package com.storedobject.common
Interface ToString<T>
- Type Parameters:
T
- Type of object.
public interface ToString<T>
An interface that converts some type of object to a
String
.- Author:
- Syam
-
Method Summary
-
Method Details
-
toString
Convert the object instance to aString
.- Parameters:
object
- Object to convert.- Returns:
- Default implementation returns
StringUtility.toString(Object)
.
-