Interface SettingAware<T extends SettingAware<T>>

Type Parameters:
T - The type of class which implements this interface
All Known Subinterfaces:
DataGenerator<T>
All Known Implementing Classes:
JdbcDataGenerator, JdbcTableFacet.Builder

public interface SettingAware<T extends SettingAware<T>>
Interface for classes which support customized DataSetting.
  • Method Summary

    Modifier and Type
    Method
    Description
    Applies the given data setting and the supporting class itself.
  • Method Details

    • withSetting

      T withSetting(DataSettingInfo setting)
      Applies the given data setting and the supporting class itself.
      Parameters:
      setting - The data setting to be applied
      Returns:
      The supporting class itself