JacksonConverter
Parameters
objectMapper
a configured instance of ObjectMapper
streamBody
if set to true, will stream request/response body, without keeping it whole in memory. This will set Transfer-Encoding: chunked header.
constructor(objectMapper: ObjectMapper = jacksonObjectMapper(), streamRequestBody: Boolean = true, dummy: Unit = Unit)(source)
Deprecated
Use constructor(objectMapper, streamBody) instead
Replace with
JacksonConverter(objectMapper, streamBody = streamRequestBody)Content copied to clipboard