Interface AerospikeConverter
- All Superinterfaces:
AerospikeReader<Object>,AerospikeWriter<Object>,EntityReader<Object,AerospikeReadData>,EntityWriter<Object,AerospikeWriteData>
- All Known Implementing Classes:
MappingAerospikeConverter
public interface AerospikeConverter extends AerospikeReader<Object>, AerospikeWriter<Object>
Interface of an Aerospike-specific
EntityConverter.- Author:
- Oliver Gierke
-
Method Summary
Modifier and Type Method Description ConversionServicegetConversionService()Methods inherited from interface org.springframework.data.convert.EntityReader
readMethods inherited from interface org.springframework.data.convert.EntityWriter
write
-
Method Details
-
getConversionService
ConversionService getConversionService()
-