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