| Package | Description |
|---|---|
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ImmutableBooleanValue
Immutable representation of MessagePack's Boolean type.
|
| Modifier and Type | Class and Description |
|---|---|
private class |
Variable.BooleanValueAccessor |
| Modifier and Type | Method and Description |
|---|---|
BooleanValue |
Value.asBooleanValue()
Returns the value as
BooleanValue. |
BooleanValue |
Variable.asBooleanValue() |
BooleanValue |
Variable.AbstractValueAccessor.asBooleanValue() |
BooleanValue |
Variable.BooleanValueAccessor.asBooleanValue() |
| Modifier and Type | Class and Description |
|---|---|
class |
ImmutableBooleanValueImpl
ImmutableBooleanValueImpl Implements ImmutableBooleanValue using a boolean field. |