Package guru.mikelue.foxglove.setting
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 TypeMethodDescriptionwithSetting(DataSettingInfo setting) Applies the given data setting and the supporting class itself.
-
Method Details
-
withSetting
Applies the given data setting and the supporting class itself.- Parameters:
setting- The data setting to be applied- Returns:
- The supporting class itself
-