Class OSONDeserializer<T>
java.lang.Object
com.oracle.spring.json.kafka.OSONDeserializer<T>
- Type Parameters:
T
- deserialization type
- All Implemented Interfaces:
Closeable
,AutoCloseable
,org.apache.kafka.common.serialization.Deserializer<T>
public class OSONDeserializer<T>
extends Object
implements org.apache.kafka.common.serialization.Deserializer<T>
The OSONDeserializer converts JSONB byte arrays to java objects.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.kafka.common.serialization.Deserializer
close, configure, deserialize, deserialize
-
Constructor Details
-
OSONDeserializer
-
-
Method Details
-
deserialize
-