Class AvroDatumFactory.SpecificDatumFactory<T>

    • Constructor Detail

      • SpecificDatumFactory

        public SpecificDatumFactory​(java.lang.Class<T> type)
    • Method Detail

      • apply

        public org.apache.avro.io.DatumReader<T> apply​(org.apache.avro.Schema writer,
                                                       org.apache.avro.Schema reader)
      • apply

        public org.apache.avro.io.DatumWriter<T> apply​(org.apache.avro.Schema writer)