| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTimestampValue |
ImmutableValue.asTimestampValue() |
ImmutableTimestampValue |
Variable.TimestampValueAccessor.immutableValue() |
static ImmutableTimestampValue |
ValueFactory.newTimestamp(java.time.Instant timestamp) |
static ImmutableTimestampValue |
ValueFactory.newTimestamp(long millis) |
static ImmutableTimestampValue |
ValueFactory.newTimestamp(long epochSecond,
int nanoAdjustment) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableTimestampValueImpl
ImmutableTimestampValueImpl Implements ImmutableTimestampValue using a byte and a byte[] fields. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableTimestampValue |
AbstractImmutableValue.asTimestampValue() |
ImmutableTimestampValue |
ImmutableTimestampValueImpl.asTimestampValue() |
ImmutableTimestampValue |
ImmutableTimestampValueImpl.immutableValue() |