- java.lang.Object
-
- io.github.mmm.base.config.ConfigOption<T>
-
-
Constructor Summary
Constructors Constructor Description ConfigOption(String key, Class<T> type)
The constructor.ConfigOption(String key, Class<T> type, T defaultValue)
The constructor.ConfigOption(String key, T defaultValue)
The constructor.
-
-
-
Method Detail
-
getDefaultValue
public T getDefaultValue()
- Returns:
- the optional default value to use if the option is not explicitly configured.
-
-