public class ReferenceDeserializer<V> extends Object implements Deserializer<V>
| Constructor and Description |
|---|
ReferenceDeserializer() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Map<?,?> configs) |
V |
deserialize(ResultSet data,
String topic,
String dbName) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclosepublic void configure(Map<?,?> configs)
configure in interface Deserializer<V>public V deserialize(ResultSet data, String topic, String dbName) throws DeserializerException, SQLException
deserialize in interface Deserializer<V>DeserializerExceptionSQLExceptionCopyright © 2025. All rights reserved.