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