Uses of Class
dev.vality.identity.msgpack.Value
| Package | Description |
|---|---|
| dev.vality.identity | |
| dev.vality.identity.msgpack |
-
Uses of Value in dev.vality.identity
Fields in dev.vality.identity with type parameters of type Value Modifier and Type Field Description Map<String,Value>IdentityClaim. contextMap<String,Value>IdentityClaimParams. contextMethods in dev.vality.identity that return types with arguments of type Value Modifier and Type Method Description Map<String,Value>IdentityClaim. getContext()Map<String,Value>IdentityClaimParams. getContext()Methods in dev.vality.identity with parameters of type Value Modifier and Type Method Description voidIdentityClaim. putToContext(String key, Value val)voidIdentityClaimParams. putToContext(String key, Value val)Method parameters in dev.vality.identity with type arguments of type Value Modifier and Type Method Description IdentityClaimIdentityClaim. setContext(Map<String,Value> context)IdentityClaimParamsIdentityClaimParams. setContext(Map<String,Value> context) -
Uses of Value in dev.vality.identity.msgpack
Methods in dev.vality.identity.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.identity.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.identity.msgpack with parameters of type Value Modifier and Type Method Description intValue. compareTo(Value other)booleanValue. equals(Value other)Method parameters in dev.vality.identity.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.identity.msgpack with parameters of type Value Constructor Description Value(Value other)