|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - the type of the object to formatpublic interface ArgumentFormatter<T>
Interface for defining customer argument formatters.
| Method Summary | |
|---|---|
java.lang.String |
format(T argumentToFormat,
java.lang.String... formatterArguments)
Format a single argument by taking optional formatter arguments into account. |
| Method Detail |
|---|
java.lang.String format(T argumentToFormat,
java.lang.String... formatterArguments)
argumentToFormat - the object to formatformatterArguments - optional arguments for the formatter to control the formatting.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||