Class 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
    • Constructor Detail

      • ArrayOutput

        public ArrayOutput​(RedisCodec<K,​V> codec)