Class DefaultMapValueToMapConverter
- java.lang.Object
-
- io.tarantool.driver.mappers.converters.value.DefaultMapValueToMapConverter
-
- All Implemented Interfaces:
Converter
,ValueConverter<org.msgpack.value.MapValue,Map<?,?>>
,Serializable
public class DefaultMapValueToMapConverter extends Object implements ValueConverter<org.msgpack.value.MapValue,Map<?,?>>
DefaultMapValue
converter toMap
converter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultMapValueToMapConverter(MessagePackValueMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<?,?>
fromValue(org.msgpack.value.MapValue value)
Convert MessagePack entity to a Java object-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.tarantool.driver.mappers.converters.ValueConverter
canConvertValue
-
-
-
-
Constructor Detail
-
DefaultMapValueToMapConverter
public DefaultMapValueToMapConverter(MessagePackValueMapper mapper)
-
-
Method Detail
-
fromValue
public Map<?,?> fromValue(org.msgpack.value.MapValue value)
Description copied from interface:ValueConverter
Convert MessagePack entity to a Java object- Specified by:
fromValue
in interfaceValueConverter<org.msgpack.value.MapValue,Map<?,?>>
- Parameters:
value
- entity- Returns:
- object
-
-