| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.proxy.impl.converters |
| Modifier and Type | Class and Description |
|---|---|
class |
FutureToIterableConverter
This converter will convert a value that is of type
Future to an iterable. |
class |
IteratorToIterableConverter
This value will convert an iterator to an iterable.
|
class |
SingleValueToIterableConverter
This value will create a
singleton list out of the passed value, so long as
it is not an iterable or iterator object. |
Copyright © 2014–2016. All rights reserved.