flat

fun flat(map: Map<String, String>): Config

Returns a child config containing values from specified map in flat format.

Return

a child config containing values from specified map in flat format

Parameters

map

a map in flat format

Sources

jvm source
Link copied to clipboard