Spring Integration Kafka Support

org.springframework.integration.kafka.serializer.avro
Class AvroReflectDatumBackedKafkaDecoder<T>

java.lang.Object
  extended by org.springframework.integration.kafka.serializer.avro.AvroDatumSupport<T>
      extended by org.springframework.integration.kafka.serializer.avro.AvroReflectDatumBackedKafkaDecoder<T>
All Implemented Interfaces:
kafka.serializer.Decoder<T>

public class AvroReflectDatumBackedKafkaDecoder<T>
extends AvroDatumSupport<T>
implements kafka.serializer.Decoder<T>

Since:
0.5
Author:
Soby Chacko

Constructor Summary
AvroReflectDatumBackedKafkaDecoder(java.lang.Class<T> clazz)
           
 
Method Summary
 T fromBytes(byte[] bytes)
           
 
Methods inherited from class org.springframework.integration.kafka.serializer.avro.AvroDatumSupport
fromBytes, toBytes
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AvroReflectDatumBackedKafkaDecoder

public AvroReflectDatumBackedKafkaDecoder(java.lang.Class<T> clazz)
Method Detail

fromBytes

public T fromBytes(byte[] bytes)
Specified by:
fromBytes in interface kafka.serializer.Decoder<T>

Spring Integration Kafka Support