org.springframework.data.redis.connection.convert
Class LongToBooleanConverter
java.lang.Object
org.springframework.data.redis.connection.convert.LongToBooleanConverter
- All Implemented Interfaces:
- Converter<Long,Boolean>
public class LongToBooleanConverter
- extends Object
- implements Converter<Long,Boolean>
Converts Longs to Booleans
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LongToBooleanConverter
public LongToBooleanConverter()
convert
public Boolean convert(Long result)
- Specified by:
convert
in interface Converter<Long,Boolean>