Package org.msgpack.value
Interface ImmutableNilValue
-
- All Superinterfaces:
ImmutableValue
,NilValue
,Value
- All Known Implementing Classes:
ImmutableNilValueImpl
public interface ImmutableNilValue extends NilValue, ImmutableValue
Immutable representation of MessagePack's Nil type.
-
-
Method Summary
-
Methods inherited from interface org.msgpack.value.ImmutableValue
asArrayValue, asBinaryValue, asBooleanValue, asFloatValue, asIntegerValue, asMapValue, asNilValue, asRawValue, asStringValue
-
Methods inherited from interface org.msgpack.value.Value
asExtensionValue, asNumberValue, equals, getValueType, immutableValue, isArrayValue, isBinaryValue, isBooleanValue, isExtensionValue, isFloatValue, isIntegerValue, isMapValue, isNilValue, isNumberValue, isRawValue, isStringValue, toJson, writeTo
-
-