beam-sdks-java-core
and
will be eventually removed. Please, migrate to a new module
beam-sdks-java-extensions-avro
by importing
org.apache.beam.sdk.extensions.avro.coders.AvroGenericCoder
instead of this one.@Deprecated public class AvroGenericCoder extends AvroCoder<GenericRecord>
AvroCoder.JodaTimestampConversion
Coder.Context, Coder.NonDeterministicException
Modifier and Type | Method and Description |
---|---|
static AvroGenericCoder |
of(Schema schema)
Deprecated.
|
decode, encode, equals, getCoderProvider, getEncodedTypeDescriptor, getSchema, getType, hashCode, of, of, of, of, of, of, useReflectApi, verifyDeterministic
getCoderArguments
consistentWithEquals, decode, encode, getEncodedElementByteSize, isRegisterByteSizeObserverCheap, registerByteSizeObserver, structuralValue, verifyDeterministic, verifyDeterministic
public static AvroGenericCoder of(Schema schema)