Class JacksonAsyncHttpServerRequestMapper<T>
java.lang.Object
ru.tinkoff.kora.json.jackson.module.http.server.JacksonAsyncHttpServerRequestMapper<T>
- All Implemented Interfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction,ru.tinkoff.kora.http.server.common.handler.HttpServerRequestMapper<CompletionStage<T>>
public final class JacksonAsyncHttpServerRequestMapper<T>
extends Object
implements ru.tinkoff.kora.http.server.common.handler.HttpServerRequestMapper<CompletionStage<T>>
-
Constructor Summary
ConstructorsConstructorDescriptionJacksonAsyncHttpServerRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Type type) -
Method Summary
Modifier and TypeMethodDescriptionapply(ru.tinkoff.kora.http.server.common.HttpServerRequest request)