@Nullable fun getDefaultMap(key: String): MutableMap<String, Any>? (source)
Get a default value from this configuration as a map.
key - A configuration key (e.g. "server.active").
InvalidConfigurationPropertyTypeException - If the default value is not a map.
Return
The value, or null if no default was available.