Interface HeaderFormatter<T>
- Type Parameters:
T- the generic type
- All Known Implementing Classes:
StringHeaderFormatter
public interface HeaderFormatter<T>
The Interface HeaderFormatter.
-
Method Summary
Modifier and Type Method Description Twrite(List<ColumnDescriptor> columns)Write the header for the provided ResultSet.
-
Method Details
-
write
Write the header for the provided ResultSet.- Parameters:
columns- the columns- Returns:
- the t
-