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