Class ArrayMapper
java.lang.Object
com.aerospike.mapper.tools.TypeMapper
com.aerospike.mapper.tools.mappers.ArrayMapper
-
Constructor Summary
ConstructorsConstructorDescriptionArrayMapper
(Class<?> instanceClass, TypeMapper instanceClassMapper, boolean allowBatch) -
Method Summary
Modifier and TypeMethodDescriptionfromAerospikeFormat
(Object value) toAerospikeFormat
(Object value) Methods inherited from class com.aerospike.mapper.tools.TypeMapper
toAerospikeFormat
-
Constructor Details
-
ArrayMapper
-
-
Method Details
-
toAerospikeFormat
- Specified by:
toAerospikeFormat
in classTypeMapper
-
fromAerospikeFormat
- Specified by:
fromAerospikeFormat
in classTypeMapper
-