-
- All Known Implementing Classes:
DefaultTableConfigurationProviderFactory
public interface TableConfigurationProviderFactoryA factory forTableConfigurationProviders.- Author:
- harald
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> TableConfigurationProvider<T>createTableConfigurationProvider(java.lang.Class<T> clazz)Creates a table configuration provider for a given class.static TableConfigurationProviderFactorygetInstance()The singleton.
-
-
-
Method Detail
-
getInstance
static TableConfigurationProviderFactory getInstance()
The singleton.- Returns:
- the singleton
-
createTableConfigurationProvider
<T> TableConfigurationProvider<T> createTableConfigurationProvider(java.lang.Class<T> clazz)
Creates a table configuration provider for a given class.- Type Parameters:
T- the type- Parameters:
clazz- the class- Returns:
- the provider, null if none
-
-