org.msgpack.value
Interface StringValue

All Superinterfaces:
RawValue, Value, ValueRef
All Known Implementing Classes:
RawStringValueImpl, StringValueImpl

public interface StringValue
extends RawValue

Created on 5/30/14.


Method Summary
 StringValue toValue()
          Create an immutable value from this reference
 
Methods inherited from interface org.msgpack.value.RawValue
toByteArray, toByteBuffer, toMessageBuffer, toString
 
Methods inherited from interface org.msgpack.value.Value
asArrayValue, asMapValue
 
Methods inherited from interface org.msgpack.value.ValueRef
accept, asBinary, asBoolean, asExtended, asFloat, asInteger, asNil, asNumber, asRaw, asString, getArrayCursor, getMapCursor, getValueType, isArray, isBinary, isBoolean, isExtended, isFloat, isInteger, isMap, isNil, isNumber, isRaw, isRef, isString, writeTo
 

Method Detail

toValue

StringValue toValue()
Description copied from interface: ValueRef
Create an immutable value from this reference

Specified by:
toValue in interface RawValue
Specified by:
toValue in interface ValueRef
Returns: