java.lang.Object
org.springframework.data.keyvalue.core.IterableConverter
Converter capable of transforming a given
Iterable into a collection type.- Author:
- Christoph Strobl, Mark Paluch
-
Method Summary
-
Method Details
-
toList
- Parameters:
source-- Returns:
Collections.emptyList()when source is null.
-