Package io.apicurio.registry.serde.avro
Class ReflectAvroDatumProvider<T>
java.lang.Object
io.apicurio.registry.serde.avro.ReflectAvroDatumProvider<T>
- All Implemented Interfaces:
AvroDatumProvider<T>
- Author:
- Ales Justin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.apache.avro.io.DatumReader<T>createDatumReader(org.apache.avro.Schema schema) org.apache.avro.io.DatumWriter<T>createDatumWriter(T data, org.apache.avro.Schema schema) org.apache.avro.SchemaMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.apicurio.registry.serde.avro.AvroDatumProvider
configure
-
Constructor Details
-
ReflectAvroDatumProvider
public ReflectAvroDatumProvider() -
ReflectAvroDatumProvider
-
-
Method Details
-
createDatumWriter
- Specified by:
createDatumWriterin interfaceAvroDatumProvider<T>
-
createDatumReader
- Specified by:
createDatumReaderin interfaceAvroDatumProvider<T>
-
toSchema
- Specified by:
toSchemain interfaceAvroDatumProvider<T>
-