public class ValueFetcher extends Object
Modifier and Type | Field and Description |
---|---|
static Object |
NULL_VALUE |
Constructor and Description |
---|
ValueFetcher() |
Modifier and Type | Method and Description |
---|---|
CompletableFuture<List<FetchedValue>> |
fetchBatchedValues(ExecutionContext executionContext,
List<Object> sources,
MergedField field,
List<ExecutionStepInfo> executionInfos) |
CompletableFuture<FetchedValue> |
fetchValue(ExecutionContext executionContext,
Object source,
Object localContext,
MergedField sameFields,
ExecutionStepInfo executionInfo) |
public static final Object NULL_VALUE
public CompletableFuture<List<FetchedValue>> fetchBatchedValues(ExecutionContext executionContext, List<Object> sources, MergedField field, List<ExecutionStepInfo> executionInfos)
public CompletableFuture<FetchedValue> fetchValue(ExecutionContext executionContext, Object source, Object localContext, MergedField sameFields, ExecutionStepInfo executionInfo)
Copyright © 2019. All rights reserved.