Interface AerospikeConverter
- All Superinterfaces:
AerospikeReader<Object>,AerospikeWriter<Object>,EntityReader<Object,,AerospikeReadData> EntityWriter<Object,AerospikeWriteData>
- All Known Implementing Classes:
MappingAerospikeConverter
Interface of an Aerospike-specific
EntityConverter.- Author:
- Oliver Gierke
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionAccess Aerospike-specific data settings.Access Aerospike-specific conversion service.Methods inherited from interface org.springframework.data.convert.EntityReader
readMethods inherited from interface org.springframework.data.convert.EntityWriter
write
-
Field Details
-
CLASS_KEY
Key that identifies POJO's class.- See Also:
-
-
Method Details
-
getConversionService
ConversionService getConversionService()Access Aerospike-specific conversion service.- Returns:
- the underlying
ConversionServiceused by the converter
-
getAerospikeSettings
AerospikeDataSettings getAerospikeSettings()Access Aerospike-specific data settings.- Returns:
- the underlying
AerospikeDataSettingsused by the converter
-