Interface | 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.
|
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.
|
Value |
Value stores a value and its type in MessagePack type system.
|
Class | Description |
---|---|
ValueFactory | |
ValueFactory.MapBuilder | |
Variable |
Enum | Description |
---|---|
ValueType |
Representation of MessagePack types.
|
Variable.Type |