public class AvroSchemaHandler extends Object implements SchemaHandler
| Modifier and Type | Method and Description |
|---|---|
Object |
deserialize(io.netty.buffer.ByteBuf payload) |
Object |
deserialize(io.netty.buffer.ByteBuf payload,
byte[] schemaVersion) |
Object |
extractField(int index,
Object currentRecord) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdeserializepublic Object deserialize(io.netty.buffer.ByteBuf payload)
deserialize in interface SchemaHandlerpublic Object deserialize(io.netty.buffer.ByteBuf payload, byte[] schemaVersion)
deserialize in interface SchemaHandlerpublic Object extractField(int index, Object currentRecord)
extractField in interface SchemaHandlerCopyright © 2017–2021 Apache Software Foundation. All rights reserved.