| Package | Description |
|---|---|
| org.msgpack.core | |
| org.msgpack.value | |
| org.msgpack.value.impl |
| Modifier and Type | Field and Description |
|---|---|
private ValueType |
MessageFormat.valueType |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
MessageFormat.getValueType()
Retruns the ValueType corresponding to this MessageFormat
|
| Constructor and Description |
|---|
MessageFormat(ValueType valueType) |
| Modifier and Type | Field and Description |
|---|---|
private ValueType |
Variable.Type.valueType |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
Value.getValueType()
Returns type of this value.
|
ValueType |
Variable.getValueType() |
ValueType |
Variable.Type.getValueType() |
ValueType |
Variable.NilValueAccessor.getValueType() |
ValueType |
Variable.BooleanValueAccessor.getValueType() |
ValueType |
Variable.IntegerValueAccessor.getValueType() |
ValueType |
Variable.FloatValueAccessor.getValueType() |
ValueType |
Variable.BinaryValueAccessor.getValueType() |
ValueType |
Variable.StringValueAccessor.getValueType() |
ValueType |
Variable.ArrayValueAccessor.getValueType() |
ValueType |
Variable.MapValueAccessor.getValueType() |
ValueType |
Variable.ExtensionValueAccessor.getValueType() |
ValueType |
Variable.TimestampValueAccessor.getValueType() |
static ValueType |
ValueType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueType[] |
ValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Type(ValueType valueType) |
| Modifier and Type | Method and Description |
|---|---|
ValueType |
ImmutableArrayValueImpl.getValueType() |
ValueType |
ImmutableBigIntegerValueImpl.getValueType() |
ValueType |
ImmutableBinaryValueImpl.getValueType() |
ValueType |
ImmutableBooleanValueImpl.getValueType() |
ValueType |
ImmutableDoubleValueImpl.getValueType() |
ValueType |
ImmutableExtensionValueImpl.getValueType() |
ValueType |
ImmutableLongValueImpl.getValueType() |
ValueType |
ImmutableMapValueImpl.getValueType() |
ValueType |
ImmutableNilValueImpl.getValueType() |
ValueType |
ImmutableStringValueImpl.getValueType() |
ValueType |
ImmutableTimestampValueImpl.getValueType() |