Class DoubleMapper
java.lang.Object
com.aerospike.mapper.tools.TypeMapper
com.aerospike.mapper.tools.mappers.DoubleMapper
public class DoubleMapper extends TypeMapper
-
Constructor Summary
Constructors Constructor Description DoubleMapper()
-
Method Summary
Modifier and Type Method Description Object
fromAerospikeFormat(Object value)
Object
toAerospikeFormat(Object value)
Methods inherited from class com.aerospike.mapper.tools.TypeMapper
toAerospikeFormat
-
Constructor Details
-
DoubleMapper
public DoubleMapper()
-
-
Method Details
-
toAerospikeFormat
- Specified by:
toAerospikeFormat
in classTypeMapper
-
fromAerospikeFormat
- Specified by:
fromAerospikeFormat
in classTypeMapper
-