public class TableFormatter extends java.lang.Object implements ArgumentFormatter<java.lang.Object>
Table
annotation.Table| Modifier and Type | Field and Description |
|---|---|
Table |
tableAnnotation |
| Constructor and Description |
|---|
TableFormatter(Table tableAnnotation) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.Object o,
java.lang.String... args)
Format a single argument by taking optional formatter arguments into account.
|
public final Table tableAnnotation
public TableFormatter(Table tableAnnotation)
public java.lang.String format(java.lang.Object o,
java.lang.String... args)
ArgumentFormatterformat in interface ArgumentFormatter<java.lang.Object>o - the object to formatargs - optional arguments for the formatter to control the formatting.