Class MapConverter<S,T>
java.lang.Object
org.springframework.data.redis.connection.convert.MapConverter<S,T>
- Type Parameters:
S
- The type of keys and values in the Map to convertT
- The type of keys and values in the converted Map
public class MapConverter<S,T>
extends Object
implements org.springframework.core.convert.converter.Converter<Map<S,S>,Map<T,T>>
Converts a Map of values of one key/value type to a Map of values of another type
- Author:
- Jennifer Hickey, Christoph Strobl
-
Constructor Summary
ConstructorDescriptionMapConverter
(org.springframework.core.convert.converter.Converter<S, T> itemConverter) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.springframework.core.convert.converter.Converter
andThen