Uses of Interface
org.springframework.data.redis.core.BulkMapper
Packages that use BulkMapper
-
Uses of BulkMapper in org.springframework.data.redis.core
Methods in org.springframework.data.redis.core with parameters of type BulkMapperModifier and TypeMethodDescription<T,S> List<T> RedisOperations.sort(SortQuery<K> query, BulkMapper<T, S> bulkMapper, RedisSerializer<S> resultSerializer) <T> List<T>RedisOperations.sort(SortQuery<K> query, BulkMapper<T, V> bulkMapper) Sort the elements forqueryapplyingBulkMapper.<T,S> List<T> RedisTemplate.sort(SortQuery<K> query, BulkMapper<T, S> bulkMapper, RedisSerializer<S> resultSerializer) <T> List<T>RedisTemplate.sort(SortQuery<K> query, BulkMapper<T, V> bulkMapper)