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