| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableTimestampValue
Immutable representation of MessagePack's Timestamp type.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Variable.TimestampValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
TimestampValue |
Value.asTimestampValue()
Returns the value as
TimestampValue. |
TimestampValue |
Variable.asTimestampValue() |
TimestampValue |
Variable.AbstractValueAccessor.asTimestampValue() |
TimestampValue |
Variable.TimestampValueAccessor.asTimestampValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTimestampValueImpl
ImmutableTimestampValueImpl Implements ImmutableTimestampValue using a byte and a byte[] fields. |