Class MapCacheGetAllDecoder

java.lang.Object
org.redisson.connection.decoder.MapCacheGetAllDecoder
All Implemented Interfaces:
MultiDecoder<List<Object>>

public class MapCacheGetAllDecoder extends Object implements MultiDecoder<List<Object>>
Author:
Nikita Koksharov
  • Constructor Details

    • MapCacheGetAllDecoder

      public MapCacheGetAllDecoder(List<Object> args, int shiftIndex)
    • MapCacheGetAllDecoder

      public MapCacheGetAllDecoder(List<Object> args, int shiftIndex, boolean allowNulls)
  • Method Details