@Nullable fun getDefaultListOfBoolean(key: String): MutableList<Boolean>?
(source)
Get a default value from this configuration as a list of booleans.
key
- A configuration key (e.g. "server.flags"
).
InvalidConfigurationPropertyTypeException
- If the default value is not a list of booleans.
Return
The value, or null if no default was available.