Interface AvroIO.RecordFormatter<ElementT>
-
- All Superinterfaces:
java.io.Serializable
- Enclosing class:
- AvroIO
@Deprecated public static interface AvroIO.RecordFormatter<ElementT> extends java.io.SerializableDeprecated.Users can achieve the same by providing this transform in aParDobefore using write in AvroIOAvroIO.write(Class).Formats an element of a user type into a record with the given schema.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description org.apache.avro.generic.GenericRecordformatRecord(ElementT element, org.apache.avro.Schema schema)Deprecated.
-
-
-
Method Detail
-
formatRecord
org.apache.avro.generic.GenericRecord formatRecord(ElementT element, org.apache.avro.Schema schema)
Deprecated.
-
-