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