Class ByteMapper
java.lang.Object
com.aerospike.mapper.tools.TypeMapper
com.aerospike.mapper.tools.mappers.ByteMapper
public class ByteMapper extends TypeMapper
-
Constructor Summary
Constructors Constructor Description ByteMapper()
-
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
-
ByteMapper
public ByteMapper()
-
-
Method Details
-
toAerospikeFormat
- Specified by:
toAerospikeFormat
in classTypeMapper
-
fromAerospikeFormat
- Specified by:
fromAerospikeFormat
in classTypeMapper
-