|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.springframework.integration.kafka.serializer.avro.AvroDatumSupport<T>
public abstract class AvroDatumSupport<T>
Constructor Summary | |
---|---|
protected |
AvroDatumSupport()
|
Method Summary | |
---|---|
T |
fromBytes(byte[] bytes,
org.apache.avro.io.DatumReader<T> reader)
|
byte[] |
toBytes(T source,
org.apache.avro.io.DatumWriter<T> writer)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AvroDatumSupport()
Method Detail |
---|
public byte[] toBytes(T source, org.apache.avro.io.DatumWriter<T> writer)
public T fromBytes(byte[] bytes, org.apache.avro.io.DatumReader<T> reader)
|
Spring Integration Kafka Support | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |