T - the type of the object to formatpublic interface ArgumentFormatter<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(T argumentToFormat,
java.lang.String... formatterArguments)
Format a single argument by taking optional formatter arguments into account.
|
java.lang.String format(T argumentToFormat, java.lang.String... formatterArguments)
argumentToFormat - the object to formatformatterArguments - optional arguments for the formatter to control the formatting.