| Package | Description |
|---|---|
| org.msgpack.core | |
| org.msgpack.value | |
| org.msgpack.value.impl |
| Class and Description |
|---|
| ImmutableValue
Immutable declaration of
Value interface. |
| Value
Value stores a value and its type in MessagePack type system.
|
| ValueType
Representation of MessagePack types.
|
| Variable |
| Class and Description |
|---|
| ArrayValue
Representation of MessagePack's Array type.
|
| BinaryValue
Representation of MessagePack's Binary type.
|
| BooleanValue
Representation MessagePack's Boolean type.
|
| ExtensionValue
Representation of MessagePack's Extension type.
|
| FloatValue
Representation of MessagePack's Float type.
|
| ImmutableArrayValue
Immutable representation of MessagePack's Array type.
|
| ImmutableBinaryValue
Immutable representation of MessagePack's Binary type.
|
| ImmutableBooleanValue
Immutable representation of MessagePack's Boolean type.
|
| ImmutableExtensionValue
Immutable representation of MessagePack's Extension type.
|
| ImmutableFloatValue
Immutable representation of MessagePack's Float type.
|
| ImmutableIntegerValue
Immutable representation of MessagePack's Integer type.
|
| ImmutableMapValue
Immutable representation of MessagePack's Map type.
|
| ImmutableNilValue
Immutable representation of MessagePack's Nil type.
|
| ImmutableNumberValue
Immutable base interface of
ImmutableIntegerValue and ImmutableFloatValue interfaces. |
| ImmutableRawValue
Immutable base interface of
ImmutableStringValue and ImmutableBinaryValue interfaces. |
| ImmutableStringValue
Immutable representation of MessagePack's String type.
|
| ImmutableTimestampValue
Immutable representation of MessagePack's Timestamp type.
|
| ImmutableValue
Immutable declaration of
Value interface. |
| IntegerValue
Representation of MessagePack's Integer type.
|
| MapValue
Representation of MessagePack's Map type.
|
| NilValue
Representation of MessagePack's Nil type.
|
| NumberValue
Base interface of
IntegerValue and FloatValue interfaces. |
| RawValue
Base interface of
StringValue and BinaryValue interfaces. |
| StringValue
Representation of MessagePack's String type.
|
| TimestampValue
Value representation of MessagePack's Timestamp type.
|
| Value
Value stores a value and its type in MessagePack type system.
|
| ValueFactory.MapBuilder |
| ValueType
Representation of MessagePack types.
|
| Variable |
| Variable.AbstractNumberValueAccessor |
| Variable.AbstractRawValueAccessor |
| Variable.AbstractValueAccessor |
| Variable.ArrayValueAccessor |
| Variable.BinaryValueAccessor |
| Variable.BooleanValueAccessor |
| Variable.ExtensionValueAccessor |
| Variable.FloatValueAccessor |
| Variable.IntegerValueAccessor |
| Variable.MapValueAccessor |
| Variable.NilValueAccessor |
| Variable.StringValueAccessor |
| Variable.TimestampValueAccessor |
| Variable.Type |
| Class and Description |
|---|
| ArrayValue
Representation of MessagePack's Array type.
|
| BinaryValue
Representation of MessagePack's Binary type.
|
| BooleanValue
Representation MessagePack's Boolean type.
|
| ExtensionValue
Representation of MessagePack's Extension type.
|
| FloatValue
Representation of MessagePack's Float type.
|
| ImmutableArrayValue
Immutable representation of MessagePack's Array type.
|
| ImmutableBinaryValue
Immutable representation of MessagePack's Binary type.
|
| ImmutableBooleanValue
Immutable representation of MessagePack's Boolean type.
|
| ImmutableExtensionValue
Immutable representation of MessagePack's Extension type.
|
| ImmutableFloatValue
Immutable representation of MessagePack's Float type.
|
| ImmutableIntegerValue
Immutable representation of MessagePack's Integer type.
|
| ImmutableMapValue
Immutable representation of MessagePack's Map type.
|
| ImmutableNilValue
Immutable representation of MessagePack's Nil type.
|
| ImmutableNumberValue
Immutable base interface of
ImmutableIntegerValue and ImmutableFloatValue interfaces. |
| ImmutableRawValue
Immutable base interface of
ImmutableStringValue and ImmutableBinaryValue interfaces. |
| ImmutableStringValue
Immutable representation of MessagePack's String type.
|
| ImmutableTimestampValue
Immutable representation of MessagePack's Timestamp type.
|
| ImmutableValue
Immutable declaration of
Value interface. |
| IntegerValue
Representation of MessagePack's Integer type.
|
| MapValue
Representation of MessagePack's Map type.
|
| NilValue
Representation of MessagePack's Nil type.
|
| NumberValue
Base interface of
IntegerValue and FloatValue interfaces. |
| RawValue
Base interface of
StringValue and BinaryValue interfaces. |
| StringValue
Representation of MessagePack's String type.
|
| TimestampValue
Value representation of MessagePack's Timestamp type.
|
| Value
Value stores a value and its type in MessagePack type system.
|
| ValueType
Representation of MessagePack types.
|