Class PropertiesListDecoder
- java.lang.Object
-
- org.redisson.spring.data.connection.PropertiesListDecoder
-
- All Implemented Interfaces:
MultiDecoder<Properties>
public class PropertiesListDecoder extends Object implements MultiDecoder<Properties>
- Author:
- Nikita Koksharov
-
-
Constructor Summary
Constructors Constructor Description PropertiesListDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Propertiesdecode(List<Object> parts, State state)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.redisson.client.protocol.decoder.MultiDecoder
getDecoder
-
-
-
-
Method Detail
-
decode
public Properties decode(List<Object> parts, State state)
- Specified by:
decodein interfaceMultiDecoder<Properties>
-
-