Package org.springframework.data.redis.connection.convert

Class Summary
Converters Common type converters
ListConverter<S,T> Converts a List of values of one type to a List of values of another type
LongToBooleanConverter Converts Longs to Booleans
MapConverter<S,T> Converts a Map of values of one key/value type to a Map of values of another type
SetConverter<S,T> Converts a Set of values of one type to a Set of values of another type
StringToDataTypeConverter Converts Strings to DataTypes
StringToPropertiesConverter Converts Strings to Properties
TransactionResultConverter<T> Converts the results of transaction exec using a supplied Queue of FutureResults.