convertedAsMap

inline fun <T : Any> convertedAsMap(): Map<String, T>?

Deprecated

Use asMapOf() instead

Replace with

tryGet { asMapOf() }

Convenient shortcut to convertToMapOf, which returns null in case of failure.