java.lang.Object
io.lettuce.core.output.CommandOutput<K,V,List<Object>>
io.lettuce.core.output.NestedMultiOutput<K,V>
io.lettuce.core.output.ArrayOutput<K,V>
- Type Parameters:
K- Key type.V- Value type.
public class ArrayOutput<K,V> extends NestedMultiOutput<K,V>
List of objects and lists to support dynamic nested structures (List with mixed content of values and
sublists).- Author:
- Mark Paluch
-
Field Summary
Fields inherited from class io.lettuce.core.output.CommandOutput
codec, error, output -
Constructor Summary
Constructors Constructor Description ArrayOutput(RedisCodec<K,V> codec) -
Method Summary
Methods inherited from class io.lettuce.core.output.NestedMultiOutput
complete, multi, set, set, set, setSingleMethods inherited from class io.lettuce.core.output.CommandOutput
decodeAscii, get, getError, hasError, multiArray, multiMap, multiPush, multiSet, set, setBigNumber, setError, setError, toString
-
Constructor Details
-
ArrayOutput
-