Interface AvroSource.DatumReaderFactory<T>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.apache.avro.io.DatumReader<T> apply​(org.apache.avro.Schema writer, org.apache.avro.Schema reader)  
    • Method Detail

      • apply

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