Class AvroDatumFactory.ReflectDatumFactory<T>

java.lang.Object
org.apache.beam.sdk.extensions.avro.io.AvroDatumFactory<T>
org.apache.beam.sdk.extensions.avro.io.AvroDatumFactory.ReflectDatumFactory<T>
All Implemented Interfaces:
Serializable, AvroSink.DatumWriterFactory<T>, AvroSource.DatumReaderFactory<T>
Enclosing class:
AvroDatumFactory<T>

public static class AvroDatumFactory.ReflectDatumFactory<T> extends AvroDatumFactory<T>
Specialized AvroDatumFactory for java classes transforming to avro through reflection.
See Also: