| Class | Description |
|---|---|
| AbstractDataFetcher<K,T> |
The abstract data fetcher
|
| BatchDataFetcher<T> |
Fetch data using using a batchloader
|
| CollectionCreator |
Helping with creating collection instances
This gets the new collection when creating arguments to call the method.
|
| CompletionStageDataFetcher<K,T> |
Handle Async calls with CompletableFuture
|
| DefaultDataFetcher<K,T> |
The default, built in data fetcher
|
| FieldDataFetcher<T> |
Custom property data fetcher to allow arbitrary method names (instead of getters/setters) and to
intercept the result for some manipulation.
|
| MultiDataFetcher<K,T> |
Handle Stream calls with Multi
|
| PublisherDataFetcher<K,T> |
Handle Stream calls with Publisher
|
| UniDataFetcher<K,T> |
Handle Async calls with Uni
|
| Exception | Description |
|---|---|
| DataFetcherException |
There was an issue when fetching data.
|
Copyright © 2018–2021. All rights reserved.