public class NoopFetcher<T> extends Object implements SingleFetcher<T>, ManyFetcher<T>
Constructor and Description |
---|
NoopFetcher() |
Modifier and Type | Method and Description |
---|---|
PageResponse<T> |
fetchMany(PageRequest request) |
com.atlassian.fugue.Option<T> |
fetchOne() |
T |
fetchOneOrNull() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
fetch, fetchOrNull
public PageResponse<T> fetchMany(PageRequest request)
fetchMany
in interface ManyFetcher<T>
request
- - a pageRequest to use to paginate the response, this will be limited if it exceeds system limitspublic com.atlassian.fugue.Option<T> fetchOne()
fetchOne
in interface SingleFetcher<T>
public T fetchOneOrNull()
fetchOneOrNull
in interface SingleFetcher<T>
Copyright © 2003–2021 Atlassian. All rights reserved.