Class JacksonHttpClientRequestMapper<T>

java.lang.Object
ru.tinkoff.kora.json.jackson.module.http.client.JacksonHttpClientRequestMapper<T>
All Implemented Interfaces:
ru.tinkoff.kora.common.Mapping.MappingFunction, ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper<T>

public class JacksonHttpClientRequestMapper<T> extends Object implements ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper<T>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper

    ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper.Request<T extends Object>
  • Constructor Summary

    Constructors
    Constructor
    Description
    JacksonHttpClientRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<T> type)
     
    JacksonHttpClientRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ru.tinkoff.kora.application.graph.TypeRef<T> type)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ru.tinkoff.kora.http.client.common.request.HttpClientRequestBuilder
    apply(ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper.Request<T> request)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • JacksonHttpClientRequestMapper

      public JacksonHttpClientRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, ru.tinkoff.kora.application.graph.TypeRef<T> type)
    • JacksonHttpClientRequestMapper

      public JacksonHttpClientRequestMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.core.type.TypeReference<T> type)
  • Method Details

    • apply

      public ru.tinkoff.kora.http.client.common.request.HttpClientRequestBuilder apply(ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper.Request<T> request)
      Specified by:
      apply in interface ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper<T>