| Package | Description |
|---|---|
| com.mmnaseri.utils.spring.data.proxy.impl.adapters |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIterableResultAdapter<E>
This is the base class that provides the basics for adapting results from an iterable object.
|
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 |
NullSimpleResultAdapter
This adapter will try to adapt a null value to a simple value.
|
class |
NullToCollectionResultAdapter
This adapter will try to adapt a null value to a collection.
|
class |
NullToFutureResultAdapter
This adapter will try to adapt a null value to a future.
|
class |
NullToIterableResultAdapter
This adapter will try to adapt a null value to an iterable.
|
class |
NullToIteratorResultAdapter
This adapter will try to adapt a null value to an iterator.
|
class |
NullToListenableFutureResultAdapter
This adapter will try to adapt a null value to a listenable future.
|
class |
NullToSliceResultAdapter
This adapter will try to adapt a null value to a slice.
|
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 |
SameTypeResultAdapter
This adapter will accept and adapt results when the request result type is of the same type or a super
type of the available value.
|
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.
|
class |
VoidResultAdapter
This adapter is used to adapt any value to the method type of void by returning
null.
|
Copyright © 2014–2016. All rights reserved.