public interface TableFormatterFactory
TableFormatter
Implementing classes must have a default constructor!
Table| Modifier and Type | Method and Description |
|---|---|
TableFormatter |
create(FormatterConfiguration formatterConfiguration,
ObjectFormatter<?> objectFormatter)
Creates a
TableFormatter |
TableFormatter create(FormatterConfiguration formatterConfiguration, ObjectFormatter<?> objectFormatter)
TableFormatterformatterConfiguration - the formatter configurationobjectFormatter - the default object formatter that would be used by JGivenTableFormatter