RFR: Add support for paginated fields

Robin Westberg rwestberg at openjdk.java.net
Sat Jun 27 10:31:36 UTC 2020


Hi all,

Please review this change that add support for automatic decoding of paginated results where the pagination is done on
a field in the result object, instead of across the entire result.

Best regards,
Robin

-------------

Commit messages:
 - Add support for a paginated field in an object
 - Initial support for testing pagination

Changes: https://git.openjdk.java.net/skara/pull/681/files
 Webrev: https://webrevs.openjdk.java.net/skara/681/webrev.00
  Stats: 104 lines in 2 files changed: 88 ins; 1 del; 15 mod
  Patch: https://git.openjdk.java.net/skara/pull/681.diff
  Fetch: git fetch https://git.openjdk.java.net/skara pull/681/head:pull/681

PR: https://git.openjdk.java.net/skara/pull/681


More information about the skara-dev mailing list