- Type Parameters:
T- the type
- All Known Implementing Classes:
DefaultTableConfigurationProvider
public interface TableConfigurationProvider<T>
Creates a
TableConfiguration.-
Method Summary
Modifier and TypeMethodDescriptionCreates the table configuration.
-
Method Details
-
createTableConfiguration
TableConfiguration<T> createTableConfiguration()Creates the table configuration.- Returns:
- the table configuration
-