Class PropertiesListDecoder

java.lang.Object
org.redisson.spring.data.connection.PropertiesListDecoder
All Implemented Interfaces:
org.redisson.client.protocol.decoder.MultiDecoder<Properties>

public class PropertiesListDecoder extends Object implements org.redisson.client.protocol.decoder.MultiDecoder<Properties>
Author:
Nikita Koksharov
  • Constructor Details

    • PropertiesListDecoder

      public PropertiesListDecoder()
  • Method Details

    • decode

      public Properties decode(List<Object> parts, org.redisson.client.handler.State state)
      Specified by:
      decode in interface org.redisson.client.protocol.decoder.MultiDecoder<Properties>