Package com.redis.riot.core.function
Class StructToMapFunction
java.lang.Object
com.redis.riot.core.function.StructToMapFunction
- All Implemented Interfaces:
Function<com.redis.spring.batch.KeyValue<String,
Object>, Map<String, Object>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
setHash
(UnaryOperator<Map<String, String>> function) void
void
setList
(CollectionToMapFunction function) void
setSet
(CollectionToMapFunction function) void
setStream
(StreamToMapFunction function) void
void
setZset
(ZsetToMapFunction function)