Uses of Class
dev.vality.msgpack.Value
-
Uses of Value in dev.vality.msgpack
Methods in dev.vality.msgpack that return Value Modifier and Type Method Description static ValueValue. arr(List<Value> value)static ValueValue. b(boolean value)static ValueValue. bin(byte[] value)static ValueValue. bin(ByteBuffer value)ValueValue. deepCopy()static ValueValue. flt(double value)static ValueValue. i(long value)static ValueValue. nl(Nil value)static ValueValue. obj(Map<Value,Value> value)static ValueValue. str(String value)Methods in dev.vality.msgpack that return types with arguments of type Value Modifier and Type Method Description List<Value>Value. getArr()Map<Value,Value>Value. getObj()Map<Value,Value>Value. getObj()Methods in dev.vality.msgpack with parameters of type Value Modifier and Type Method Description intValue. compareTo(Value other)booleanValue. equals(Value other)Method parameters in dev.vality.msgpack with type arguments of type Value Modifier and Type Method Description static ValueValue. arr(List<Value> value)static ValueValue. obj(Map<Value,Value> value)static ValueValue. obj(Map<Value,Value> value)voidValue. setArr(List<Value> value)voidValue. setObj(Map<Value,Value> value)voidValue. setObj(Map<Value,Value> value)Constructors in dev.vality.msgpack with parameters of type Value Constructor Description Value(Value other)