Package org.springframework.kafka.support.converter
@NullMarked
package org.springframework.kafka.support.converter
Package for kafka converters
-
ClassDescriptionA Kafka-specific
Messageconverter strategy.A MessagingMessageConverterimplementation used with a batch message listener; the consumer record values are extracted into a collection in the message payload.JSON Message converter that uses Jackson 3 -byte[]on output, String, Bytes, or byte[] on input.Deprecated, for removal: This API element is subject to removal in a future version.JSON Message converter that uses -Byteson output, String, Bytes, or byte[] on input.Deprecated, for removal: This API element is subject to removal in a future version.since 4.0 in favor ofBytesJacksonJsonMessageConverterfor Jackson 3.Exception for conversions.Base class for JSON message converters that use Jackson 3; on the consumer side, it can handlebyte[],BytesandStringrecord values.AMessageConverterimplementation based on Jackson3 uses a Spring DataProjectionFactoryto bind incoming messages to projection interfaces.Deprecated, for removal: This API element is subject to removal in a future version.since 4.0 in favor ofJacksonJsonMessageConverterfor Jackson 3.Overload of message headers configurable for adding id and timestamp headers.Subclass ofJacksonJsonMessageConverterthat can handle parameterized (generic) types.Deprecated, for removal: This API element is subject to removal in a future version.since 4.0 in favor ofMappingJacksonJsonParameterizedConverterfor Jackson 3.A top level interface for message converters.A MessagingMessageConverterimplementation for a message listener that receives individual messages.Deprecated, for removal: This API element is subject to removal in a future version.since 4.0 in favor ofJacksonProjectingMessageConverterfor Jackson 3.A Kafka-specificMessageconverter strategy.JSON Message converter based on Jackson 3 - String on output, String, Bytes, or byte[] on input.Deprecated, for removal: This API element is subject to removal in a future version.since 4.0 in favor ofStringJacksonJsonMessageConverterfor Jackson 3.
ByteArrayJacksonJsonMessageConverterfor Jackson 3.