toMap

open override fun toMap(): Map<String, Any>

Returns a map in key-value format for this config.

The returned map contains all items in this config, with item name as key and associated value as value. This map can be loaded into config as com.uchuhimo.konf.source.base.KVSource using config.from.map.kv(map).

Sources

jvm source
Link copied to clipboard