krossbow
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
krossbow
krossbow-stomp-core
/
org.hildan.krossbow.stomp.conversions.text
/
TextMessageConverter
/
convertFromString
convert
From
String
abstract
fun
<
T
>
convertFromString
(
text
:
String
,
type
:
KTypeRef
<
T
>
)
:
T
Converts the given
text
string into an object of type
type
.