public class DefaultMapValueToMapConverter extends Object implements ValueConverter<org.msgpack.value.MapValue,Map<?,?>>
MapValue
converter to Map
converterConstructor and Description |
---|
DefaultMapValueToMapConverter(MessagePackValueMapper mapper) |
Modifier and Type | Method and Description |
---|---|
Map<?,?> |
fromValue(org.msgpack.value.MapValue value)
Convert MessagePack entity to a Java object
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canConvertValue
public DefaultMapValueToMapConverter(MessagePackValueMapper mapper)
public Map<?,?> fromValue(org.msgpack.value.MapValue value)
ValueConverter
fromValue
in interface ValueConverter<org.msgpack.value.MapValue,Map<?,?>>
value
- entityCopyright © 2025 Picodata. All rights reserved.