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