toggle menu
krossbow
common
switch theme
search in API
krossbow-stomp-core
/
org.hildan.krossbow.stomp.conversions.text
/
TextMessageConverter
/
convertFromString
convert
From
String
abstract
fun
<
T
>
convertFromString
(
text
:
String
,
type
:
KTypeRef
<
T
>
)
:
T
(
source
)
Converts the given
text
string into an object of type
type
.