| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableStringValue
Immutable representation of MessagePack's String type.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Variable.StringValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
StringValue |
Value.asStringValue()
Returns the value as
StringValue. |
StringValue |
Variable.asStringValue() |
StringValue |
Variable.AbstractValueAccessor.asStringValue() |
StringValue |
Variable.StringValueAccessor.asStringValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableStringValueImpl
ImmutableStringValueImpl Implements ImmutableStringValue using a byte[] field. |