Class JacksonHttpServerResponseMapper<T>

java.lang.Object
ru.tinkoff.kora.json.jackson.module.http.server.JacksonHttpServerResponseMapper<T>
All Implemented Interfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction, ru.tinkoff.kora.http.server.common.handler.HttpServerResponseMapper<T>

public class JacksonHttpServerResponseMapper<T> extends Object implements ru.tinkoff.kora.http.server.common.handler.HttpServerResponseMapper<T>
  • Constructor Details

    • JacksonHttpServerResponseMapper

      public JacksonHttpServerResponseMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ru.tinkoff.kora.application.graph.TypeRef<T> typeRef)
  • Method Details

    • apply

      public reactor.core.publisher.Mono<ru.tinkoff.kora.http.server.common.HttpServerResponse> apply(Object result)
      Specified by:
      apply in interface ru.tinkoff.kora.http.server.common.handler.HttpServerResponseMapper<T>