ktor-jackson
Module Contents
alltypes
Module Contents
class
JacksonConverter
:
ContentConverter
Module Contents
JacksonConverter
(
objectmapper
:
ObjectMapper
=
jacksonObjectMapper()
)
suspend
fun
convertForReceive
(
context
:
PipelineContext
<
ApplicationReceiveRequest
,
ApplicationCall
>
)
:
Any
?
suspend
fun
convertForSend
(
context
:
PipelineContext
<
Any
,
ApplicationCall
>
,
contentType
:
ContentType
,
value
:
Any
)
:
Any
?
io.ktor.features.ContentNegotiation.Configuration
Module Contents
fun
Configuration
.
jackson
(
contentType
:
ContentType
=
ContentType.Application.Json
,
block
:
ObjectMapper
.
(
)
->
Unit
=
{}
)
:
Unit
package
io.ktor.jackson
Module Contents
class
JacksonConverter
:
ContentConverter
Module Contents
JacksonConverter
(
objectmapper
:
ObjectMapper
=
jacksonObjectMapper()
)
suspend
fun
convertForReceive
(
context
:
PipelineContext
<
ApplicationReceiveRequest
,
ApplicationCall
>
)
:
Any
?
suspend
fun
convertForSend
(
context
:
PipelineContext
<
Any
,
ApplicationCall
>
,
contentType
:
ContentType
,
value
:
Any
)
:
Any
?
io.ktor.features.ContentNegotiation.Configuration
Module Contents
fun
Configuration
.
jackson
(
contentType
:
ContentType
=
ContentType.Application.Json
,
block
:
ObjectMapper
.
(
)
->
Unit
=
{}
)
:
Unit