| Package | Description |
|---|---|
| org.springframework.data.aerospike.convert |
| Modifier and Type | Class and Description |
|---|---|
class |
AerospikeReadData
Value object to carry data to be read in object conversion.
|
class |
AerospikeWriteData
Value object to carry data to be written in object conversion.
|
| Modifier and Type | Method and Description |
|---|---|
<R> R |
MappingAerospikeConverter.read(java.lang.Class<R> type,
AerospikeData data) |
void |
MappingAerospikeConverter.write(java.lang.Object source,
AerospikeData sink) |