Class Hierarchy

  • java.lang.Object
    • ru.tinkoff.kora.json.module.http.client.JsonHttpClientRequestMapper<T> (implements ru.tinkoff.kora.http.client.common.request.HttpClientRequestMapper<T>)
    • ru.tinkoff.kora.json.module.http.client.JsonHttpClientResponseMapper<T> (implements ru.tinkoff.kora.http.client.common.response.HttpClientResponseMapper<T,P>)
    • ru.tinkoff.kora.json.module.kafka.JsonKafkaDeserializer<T> (implements org.apache.kafka.common.serialization.Deserializer<T>)
    • ru.tinkoff.kora.json.module.kafka.JsonKafkaSerializer<T> (implements org.apache.kafka.common.serialization.Serializer<T>)
    • ru.tinkoff.kora.json.module.http.server.JsonReaderHttpServerRequestMapper<T> (implements ru.tinkoff.kora.http.server.common.handler.HttpServerRequestMapper<T>)
    • ru.tinkoff.kora.json.module.http.client.JsonStringParameterConverter<T> (implements ru.tinkoff.kora.http.client.common.writer.StringParameterConverter<T>)
    • ru.tinkoff.kora.json.module.http.server.JsonStringParameterReader<T> (implements ru.tinkoff.kora.http.server.common.handler.StringParameterReader<T>)
    • ru.tinkoff.kora.json.module.http.server.JsonWriterHttpServerResponseMapper<T> (implements ru.tinkoff.kora.http.server.common.handler.HttpServerResponseMapper<T>)

Interface Hierarchy

  • ru.tinkoff.kora.json.common.JsonCommonModule