Interface TableConfigurationProviderFactory

All Known Implementing Classes:
DefaultTableConfigurationProviderFactory

public interface TableConfigurationProviderFactory
Author:
harald
  • Method Details

    • getInstance

      static TableConfigurationProviderFactory getInstance()
      The singleton.
      Returns:
      the singleton
    • createTableConfigurationProvider

      <T> TableConfigurationProvider<T> createTableConfigurationProvider(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