Uses of Class
org.springframework.data.aerospike.convert.AerospikeReadData
| Package | Description |
|---|---|
| org.springframework.data.aerospike.convert |
-
Uses of AerospikeReadData in org.springframework.data.aerospike.convert
Methods in org.springframework.data.aerospike.convert that return AerospikeReadData Modifier and Type Method Description static AerospikeReadDataAerospikeReadData. forRead(com.aerospike.client.Key key, com.aerospike.client.Record record)Methods in org.springframework.data.aerospike.convert with parameters of type AerospikeReadData Modifier and Type Method Description <R> RMappingAerospikeConverter. read(Class<R> type, AerospikeReadData data)<R> RMappingAerospikeReadConverter. read(Class<R> targetClass, AerospikeReadData data)