@Nullable fun getDefaultList(key: String): MutableList<Any>?
(source)
Get a default value from this configuration as a list.
key
- A configuration key (e.g. "server.common_names"
).
IllegalArgumentException
- If the key cannot be parsed.
InvalidConfigurationPropertyTypeException
- If the default value is not a list.
Return
The value, or null if no default was available.