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