cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
flow-dsl
/
kotlinx.serialization.properties
/
StringProperties
/
decodeMapFromString
decode
Map
From
String
fun
decodeMapFromString
(
string
:
String
)
:
Map
<
String
,
String
>
(
source
)
Decodes properties from the given
string
to a
Map
.