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 Details

    • JacksonAsyncHttpServerRequestMapper

      public JacksonAsyncHttpServerRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Type type)
  • Method Details

    • apply

      public CompletionStage<T> apply(ru.tinkoff.kora.http.server.common.HttpServerRequest request)
      Specified by:
      apply in interface ru.tinkoff.kora.http.server.common.handler.HttpServerRequestMapper<T>