T - The type to transform.public interface Formatter<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(T object)
Create a string representation for the given object.
|
java.lang.String format(T object)
object - the object to format