| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.proxy.impl.adapters |
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionIterableResultAdapter
This adapter will adapt results from an iterable to the appropriate collection type.
|
class |
FutureIterableResultAdapter
This class will adapt results from an iterable object to a future.
|
class |
GeoPageIterableResultAdapter
This class will adapt results from an iterable object to a geo page.
|
class |
IteratorIterableResultAdapter
This class will adapt results from an iterable object to an iterator.
|
class |
ListenableFutureIterableResultAdapter
This class will adapt results from an iterable object to a listenable future.
|
class |
NumberIterableResultAdapter
This class will adapt results from an iterable object to a number.
|
class |
PageIterableResultAdapter
This class will adapt results from an iterable object to a page.
|
class |
SimpleIterableResultAdapter
This adapter accepts all invocations wherein the original value is an
Iterable object and
the requested method type is a simple value. |
class |
SliceIterableResultAdapter
This class will adapt results from an iterable object to a slice.
|
Copyright © 2014–2016. All rights reserved.