Package ai.dat.core.configuration
Class ConfigOptions.ListConfigOptionBuilder<E>
java.lang.Object
ai.dat.core.configuration.ConfigOptions.ListConfigOptionBuilder<E>
- Type Parameters:
E- list element type of the option
- Enclosing class:
- ConfigOptions
Builder for
ConfigOption of list of type ConfigOptions.ListConfigOptionBuilder.-
Method Summary
Modifier and TypeMethodDescriptionfinal ConfigOption<List<E>>defaultValues(E... values) Creates a ConfigOption with the given default value.Creates a ConfigOption without a default value.
-
Method Details
-
defaultValues
Creates a ConfigOption with the given default value.- Parameters:
values- The list of default values for the config option- Returns:
- The config option with the default value.
-
noDefaultValue
Creates a ConfigOption without a default value.- Returns:
- The config option without a default value.
-