| Interface | Description |
|---|---|
| RowFormatterFactory |
Factory for creating ObjectRowFormatter instances
|
| TableFormatter |
Formatter that will format arguments as a table.
|
| TableFormatterFactory |
Factory to create a custom
TableFormatter |
| Class | Description |
|---|---|
| DefaultRowFormatterFactory |
Default RowFormatterFactory that evaluates the
Table.objectFormatting()
attribute to create a RowFormatter. |
| DefaultTableFormatter |
The default implementation to format a table argument
|
| DefaultTableFormatter.Factory | |
| FieldBasedRowFormatter |
Default implementation of the
RowFormatter that uses the fields of an
object as columns of the table |
| FieldBasedRowFormatter.Factory |
Factory for creating instances of
FieldBasedRowFormatter |
| PlainRowFormatter |
Formats each row by just using the default formatting of an object.
|
| PlainRowFormatter.Factory |
Factory for creating instances of
PlainRowFormatter |
| RowFormatter |
Formats the rows of a data table.
|