| Modifier and Type | Method and Description |
|---|---|
NewCar |
NewCar.Builder.build() |
static NewCar |
NewCar.fromByteBuffer(ByteBuffer b)
Deserializes a NewCar from a ByteBuffer.
|
| Modifier and Type | Method and Description |
|---|---|
static org.apache.avro.message.BinaryMessageDecoder<NewCar> |
NewCar.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<NewCar> |
NewCar.getDecoder()
Return the BinaryMessageDecoder instance used by this class.
|
static org.apache.avro.message.BinaryMessageEncoder<NewCar> |
NewCar.getEncoder()
Return the BinaryMessageEncoder instance used by this class.
|
| Modifier and Type | Method and Description |
|---|---|
static NewCar.Builder |
NewCar.newBuilder(NewCar other)
Creates a new NewCar RecordBuilder by copying an existing NewCar instance.
|
Copyright © 2021 The Apache Software Foundation. All rights reserved.