Package com.redis.lettucemod.search
Class Reducers.ToList
- java.lang.Object
-
- com.redis.lettucemod.search.Reducer
-
- com.redis.lettucemod.search.PropertyReducer
-
- com.redis.lettucemod.search.Reducers.ToList
-
- All Implemented Interfaces:
RediSearchArgument
- Enclosing class:
- Reducers
public static class Reducers.ToList extends PropertyReducer
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classReducers.ToList.Builder
-
Field Summary
-
Fields inherited from class com.redis.lettucemod.search.PropertyReducer
property
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildFunction(SearchCommandArgs args)static Reducers.ToList.Builderproperty(java.lang.String property)-
Methods inherited from class com.redis.lettucemod.search.PropertyReducer
getName, getProperty, toString
-
-
-
-
Method Detail
-
buildFunction
protected void buildFunction(SearchCommandArgs args)
- Specified by:
buildFunctionin classReducer
-
property
public static Reducers.ToList.Builder property(java.lang.String property)
-
-