| Modifier and Type | Method and Description |
|---|---|
<E> ResultAdaptersAnd |
RepositoryFactoryBuilder.adaptResultsUsing(ResultAdapter<E> adapter) |
<E> ResultAdaptersAnd |
ResultAdapters.adaptResultsUsing(ResultAdapter<E> adapter)
Tells the build to register a result adapter
|
<E> ResultAdaptersAnd |
ResultAdaptersAnd.and(ResultAdapter<E> adapter)
Registers an extra adapter
|
<E> ResultAdaptersAnd |
RepositoryFactoryBuilder.and(ResultAdapter<E> adapter) |
| Modifier and Type | Method and Description |
|---|---|
Collection<ResultAdapter<?>> |
ResultAdapterContext.getAdapters() |
| Modifier and Type | Method and Description |
|---|---|
void |
ResultAdapterContext.register(ResultAdapter<?> adapter)
Registers a new result adapter with this context
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ResultAdapter<?>> |
DefaultResultAdapterContext.getAdapters() |
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultResultAdapterContext.register(ResultAdapter<?> adapter) |
| 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 |
AbstractResultAdapter<E>
This is the base class for all result adapters that adds comparison capabilities to teh adapters.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractResultAdapter.compareTo(ResultAdapter that) |
Copyright © 2014–2016. All rights reserved.