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