Class BytesJsonMessageConverter

All Implemented Interfaces:
MessageConverter, RecordMessageConverter

public class BytesJsonMessageConverter extends JsonMessageConverter
JSON Message converter - Bytes on output, String, Bytes, or byte[] on input. Used in conjunction with Kafka BytesSerializer/(BytesDeserializer, ByteArrayDeserializer, or StringDeserializer). More efficient than StringJsonMessageConverter because the String<->byte[] conversion is avoided.
Since:
2.1.7
Author:
Gary Russell, Vladimir Loginov
  • Constructor Details

    • BytesJsonMessageConverter

      public BytesJsonMessageConverter()
    • BytesJsonMessageConverter

      public BytesJsonMessageConverter(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details