jackson
fun Configuration.jackson(
contentType: ContentType = ContentType.Application.Json,
block: ObjectMapper.() -> Unit = {}
): Unit
Register Jackson converter into ContentNegotiation feature
fun Configuration.jackson(
contentType: ContentType = ContentType.Application.Json,
block: ObjectMapper.() -> Unit = {}
): Unit
Register Jackson converter into ContentNegotiation feature