Interface AerospikeReader<T>

All Superinterfaces:
EntityReader<T,AerospikeReadData>
All Known Subinterfaces:
AerospikeConverter
All Known Implementing Classes:
MappingAerospikeConverter

public interface AerospikeReader<T> extends EntityReader<T,AerospikeReadData>
Interface to read object from store specific sources.
  • Method Summary

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

    read