Package guru.mikelue.foxglove.setting
package guru.mikelue.foxglove.setting
This package provides classes to handle settings for data generating.
Interfaces
DataSettingInfoprovides the key methods used by an generating engine.
DataSetting is the main class to instantiate a settings or get global setting.
Examples
DataSetting- code snippets to use settings.
- See Also:
-
ClassDescriptionColumnConfig<T,
R> General interface used to configure value generator for a matched column.Defines the data generation setting.This interface defines the methods used by engine of data generating.A proxy ofDataSettingInfofor multi-layer settings.SettingAware<T extends SettingAware<T>>Interface for classes which support customizedDataSetting.A type implements this interface is meant to provideDataSettingInfopossibly.