Class SetConverter<S,T>
java.lang.Object
org.springframework.data.redis.connection.convert.SetConverter<S,T>
- Type Parameters:
S
- The type of elements in the Set to convertT
- The type of elements in the converted Set
public class SetConverter<S,T>
extends Object
implements org.springframework.core.convert.converter.Converter<Set<S>,Set<T>>
Converts a Set of values of one type to a Set of values of another type preserving item order.
- Author:
- Jennifer Hickey, Christoph Strobl
-
Constructor Summary
ConstructorDescriptionSetConverter
(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