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
    Access Aerospike-specific conversion service.

    Methods inherited from interface org.springframework.data.convert.EntityReader

    read

    Methods inherited from interface org.springframework.data.convert.EntityWriter

    write
  • Method Details

    • getConversionService

      ConversionService getConversionService()
      Access Aerospike-specific conversion service.
      Returns:
      the underlying ConversionService used by the converter