| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableMapValue
Immutable representation of MessagePack's Map type.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Variable.MapValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
MapValue |
Value.asMapValue()
Returns the value as
MapValue. |
MapValue |
Variable.asMapValue() |
MapValue |
Variable.AbstractValueAccessor.asMapValue() |
MapValue |
Variable.MapValueAccessor.asMapValue() |
MapValue |
ValueFactory.MapBuilder.build() |
static MapValue |
ValueFactory.newMap(java.util.Map.Entry<? extends Value,? extends Value>... pairs) |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableMapValueImpl
ImmutableMapValueImpl Implements ImmutableMapValue using a Value[] field. |