public class FutureToIterableConverter extends AbstractResultConverter
Future to an iterable. Furthermore, it will convert
that value one more level to get to the final value, if required. Also, the conversion will be a blocking statement
that waits for the future value to be resolved via Future.get().| Constructor and Description |
|---|
FutureToIterableConverter() |
| Modifier and Type | Method and Description |
|---|---|
protected Object |
doConvert(Invocation invocation,
Object original)
Called to invoke a conversion of the given value to the desired result value.
|
convertprotected Object doConvert(Invocation invocation, Object original)
AbstractResultConverterdoConvert in class AbstractResultConverterinvocation - the invocationoriginal - the original valueCopyright © 2014–2016. All rights reserved.