Interface AvroDataSupplier

  • All Known Implementing Classes:
    GenericDataSupplier, ReflectDataSupplier, SpecificDataSupplier

    public interface AvroDataSupplier
    Allows clients to control how the classes associated with specific Avro records are managed and found, e.g., by creating an instance of GenericData that uses a particular ClassLoader.
    • Method Detail

      • get

        org.apache.avro.generic.GenericData get()