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