- All Known Implementing Classes:
DefaultTableConfigurationProviderFactory
public interface TableConfigurationProviderFactory
A factory for
TableConfigurationProviders.- Author:
- harald
-
Method Summary
Modifier and TypeMethodDescription<T> TableConfigurationProvider<T>createTableConfigurationProvider(Class<T> clazz) Creates a table configuration provider for a given class.The singleton.
-
Method Details
-
getInstance
The singleton.- Returns:
- the singleton
-
createTableConfigurationProvider
Creates a table configuration provider for a given class.- Type Parameters:
T- the type- Parameters:
clazz- the class- Returns:
- the provider, null if none
-