| Package | Description |
|---|---|
| org.msgpack.core | |
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Field and Description |
|---|---|
private static MessageFormat[] |
MessageFormat.formatTable |
| Modifier and Type | Method and Description |
|---|---|
MessageFormat |
MessageUnpacker.getNextFormat()
Returns format of the next value.
|
(package private) static MessageFormat |
MessageFormat.toMessageFormat(byte b)
Converting a byte value into MessageFormat.
|
static MessageFormat |
MessageFormat.valueOf(byte b)
Returns a MessageFormat type of the specified byte value
|
static MessageFormat |
MessageFormat.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MessageFormat[] |
MessageFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MessageFormat |
IntegerValue.mostSuccinctMessageFormat()
Returns the most succinct MessageFormat type to represent this integer value.
|
MessageFormat |
Variable.IntegerValueAccessor.mostSuccinctMessageFormat() |
| Modifier and Type | Method and Description |
|---|---|
MessageFormat |
ImmutableBigIntegerValueImpl.mostSuccinctMessageFormat() |
MessageFormat |
ImmutableLongValueImpl.mostSuccinctMessageFormat() |
static MessageFormat |
ImmutableBigIntegerValueImpl.mostSuccinctMessageFormat(IntegerValue v) |