@Deprecated public class DefaultStringifier<T> extends Object implements StringifierIF<T>
Constructor and Description |
---|
DefaultStringifier()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
toString(T object)
Deprecated.
Returns a stringified version of the object, i.e.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
apply
public String toString(T object)
StringifierIF
toString
in interface StringifierIF<T>
object
- the object that is to be made a string
representation of.object
argument.