Class DefaultIntegerValueToDoubleConverter
- java.lang.Object
- 
- io.tarantool.driver.mappers.converters.value.DefaultIntegerValueToDoubleConverter
 
- 
- All Implemented Interfaces:
- Converter,- ValueConverter<org.msgpack.value.IntegerValue,Double>,- Serializable
 
 public class DefaultIntegerValueToDoubleConverter extends Object implements ValueConverter<org.msgpack.value.IntegerValue,Double> DefaultIntegerValuetoDoubleconverter- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description DefaultIntegerValueToDoubleConverter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description DoublefromValue(org.msgpack.value.IntegerValue value)Convert MessagePack entity to a Java object- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface io.tarantool.driver.mappers.converters.ValueConvertercanConvertValue
 
- 
 
- 
- 
- 
Method Detail- 
fromValuepublic Double fromValue(org.msgpack.value.IntegerValue value) Description copied from interface:ValueConverterConvert MessagePack entity to a Java object- Specified by:
- fromValuein interface- ValueConverter<org.msgpack.value.IntegerValue,Double>
- Parameters:
- value- entity
- Returns:
- object
 
 
- 
 
-