INPUT
- The type of the input Java object to convert.OUTPUT
- The type of the Avro datum to convert to.public abstract class AvroDatumConverter<INPUT,OUTPUT> extends Object
Constructor and Description |
---|
AvroDatumConverter() |
Modifier and Type | Method and Description |
---|---|
abstract OUTPUT |
convert(INPUT input) |
abstract Schema |
getWriterSchema()
Gets the writer schema that should be used to serialize the output Avro datum.
|
Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.