| Modifier and Type | Method and Description |
|---|---|
Car |
Car.Builder.build() |
static Car |
Car.fromByteBuffer(ByteBuffer b)
Deserializes a Car from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<Car> |
Car.createDecoder(org.apache.avro.message.SchemaStore resolver)
Create a new BinaryMessageDecoder instance for this class that uses the specified
SchemaStore. |
static org.apache.avro.message.BinaryMessageDecoder<Car> |
Car.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<Car> |
Car.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static Car.Builder |
Car.newBuilder(Car other)
Creates a new Car RecordBuilder by copying an existing Car instance.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.