krossbow-stomp-core
3.8.0
common
krossbow-stomp-core
/
org.hildan.krossbow.stomp.conversions
/
TextMessageConverter
/
convertFromString
convert
From
String
common
abstract
fun
<
T
:
Any
>
convertFromString
(
body
:
String
,
bodyType
:
KClass
<
T
>
)
:
T
Content copied to clipboard
Converts the given
body
string into an object of type
bodyType
.
Sources
common source
Link copied to clipboard