Package org.apache.flink.formats.avro.typeutils
-
Class Summary Class Description AvroFactory<T> Creates AvroDatumReaderandDatumWriter.AvroSchemaConverter Converts an Avro schema into Flink's type information.AvroSerializer<T> A serializer that serializes types via Avro.AvroSerializerSnapshot<T> AnAvrospecific implementation of aTypeSerializerSnapshot.AvroTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase> Special type information to generate a special AvroTypeInfo for Avro POJOs (implementing SpecificRecordBase, the typed Avro POJOs)GenericRecordAvroTypeInfo TypeInformation forGenericRecord.