| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableBinaryValue
Immutable representation of MessagePack's Binary type.
|
interface |
ImmutableStringValue
Immutable representation of MessagePack's String type.
|
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawValue |
ImmutableValue.asRawValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractImmutableRawValue |
class |
ImmutableBinaryValueImpl
ImmutableBinaryValueImpl Implements ImmutableBinaryValue using a byte[] field. |
class |
ImmutableStringValueImpl
ImmutableStringValueImpl Implements ImmutableStringValue using a byte[] field. |
| Modifier and Type | Method and Description |
|---|---|
ImmutableRawValue |
AbstractImmutableRawValue.asRawValue() |
ImmutableRawValue |
AbstractImmutableValue.asRawValue() |