Class NoopFetcher<T>

    • Constructor Detail

      • NoopFetcher

        public NoopFetcher()
    • Method Detail

      • fetchMany

        public PageResponse<T> fetchMany​(PageRequest request)
        Specified by:
        fetchMany in interface ManyFetcher<T>
        Parameters:
        request - - a pageRequest to use to paginate the response, this will be limited if it exceeds system limits
        Returns:
        a pageResponse of given type that matches the given restrictions