Class DefaultMapToMapValueConverter
- java.lang.Object
-
- io.tarantool.driver.mappers.converters.object.DefaultMapToMapValueConverter
-
- All Implemented Interfaces:
Converter
,ObjectConverter<Map<?,?>,org.msgpack.value.MapValue>
,Serializable
public class DefaultMapToMapValueConverter extends Object implements ObjectConverter<Map<?,?>,org.msgpack.value.MapValue>
DefaultMap
toMapValue
converter- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DefaultMapToMapValueConverter(MessagePackObjectMapper mapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.msgpack.value.MapValue
toValue(Map<?,?> object)
Convert Java object to a MessagePack entity-
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.ObjectConverter
canConvertObject
-
-
-
-
Constructor Detail
-
DefaultMapToMapValueConverter
public DefaultMapToMapValueConverter(MessagePackObjectMapper mapper)
-
-
Method Detail
-
toValue
public org.msgpack.value.MapValue toValue(Map<?,?> object)
Description copied from interface:ObjectConverter
Convert Java object to a MessagePack entity- Specified by:
toValue
in interfaceObjectConverter<Map<?,?>,org.msgpack.value.MapValue>
- Parameters:
object
- object- Returns:
- entity
-
-