KMapper
Toggle table of contents
2.2.2
common
Target filter
common
Switch theme
Search in API
Skip to content
KMapper
converters-okio
/
com.sahsenvar.kmapper.okio
/
ByteArrayByteStringConverter
Byte
Array
Byte
String
Converter
object
ByteArrayByteStringConverter
:
MapTypeConverter
<
ByteArray
,
ByteString
>
ByteArray
↔
okio.ByteString
.
Members
Properties
source
Type
Link copied to clipboard
val
sourceType
:
KClass
<
ByteArray
>
target
Type
Link copied to clipboard
val
targetType
:
KClass
<
ByteString
>
Functions
convert
From
Link copied to clipboard
open
override
fun
convertFrom
(
target
:
ByteString
)
:
ByteArray
convert
From
Or
Null
Link copied to clipboard
open
fun
convertFromOrNull
(
target
:
ByteString
)
:
ByteArray
?
convert
To
Link copied to clipboard
open
override
fun
convertTo
(
source
:
ByteArray
)
:
ByteString
convert
To
Or
Null
Link copied to clipboard
open
fun
convertToOrNull
(
source
:
ByteArray
)
:
ByteString
?