org.springframework.data.redis.connection.jedis
Class JedisScriptReturnConverter
java.lang.Object
org.springframework.data.redis.connection.jedis.JedisScriptReturnConverter
- All Implemented Interfaces:
- Converter<Object,Object>
public class JedisScriptReturnConverter
- extends Object
- implements Converter<Object,Object>
Converts the value returned by Jedis script eval to the expected ReturnType
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JedisScriptReturnConverter
public JedisScriptReturnConverter(ReturnType returnType)
convert
public Object convert(Object result)
- Specified by:
convert
in interface Converter<Object,Object>