Package com.batch.android.msgpack.value
See: Description
-
Interface Summary Interface Description ImmutableValue Immutable declaration of Value interface. MapValue Representation of MessagePack's Map type. ImmutableFloatValue Immutable representation of MessagePack's Float type. NumberValue Base interface of IntegerValue and FloatValue interfaces. StringValue Representation of MessagePack's String type. ImmutableArrayValue Immutable representation of MessagePack's Array type. ArrayValue Representation of MessagePack's Array type. ImmutableIntegerValue Immutable representation of MessagePack's Integer type. NilValue Representation of MessagePack's Nil type. ImmutableMapValue Immutable representation of MessagePack's Map type. ImmutableNilValue Immutable representation of MessagePack's Nil type. ImmutableStringValue Immutable representation of MessagePack's String type. ImmutableBinaryValue Immutable representation of MessagePack's Binary type. BinaryValue Representation of MessagePack's Binary type. IntegerValue Representation of MessagePack's Integer type. ImmutableBooleanValue Immutable representation of MessagePack's Boolean type. FloatValue Representation of MessagePack's Float type. Value Value stores a value and its type in MessagePack type system. BooleanValue Representation MessagePack's Boolean type. ExtensionValue Representation of MessagePack's Extension type. ImmutableRawValue Immutable base interface of ImmutableStringValue and ImmutableBinaryValue interfaces. ImmutableNumberValue Immutable base interface of ImmutableIntegerValue and ImmutableFloatValue interfaces. RawValue Base interface of StringValue and BinaryValue interfaces. ImmutableExtensionValue Immutable representation of MessagePack's Extension type. -
Class Summary Class Description MapBuilder ValueFactory Variable