PaginatedListJsonConverter[A: Any val]¶
Converts a JSON array response with Link header pagination into a PaginatedList. Delegates individual item conversion to the wrapped JsonConverter.
Constructors¶
create¶
new val create(
creds: Credentials val,
converter: JsonConverter[A] val)
: PaginatedListJsonConverter[A] val^
Parameters¶
- creds: Credentials val
- converter: JsonConverter[A] val
Returns¶
- PaginatedListJsonConverter[A] val^
Public Functions¶
apply¶
fun box apply(
json: JsonNav val,
link_header: String val,
creds: Credentials val)
: PaginatedList[A] val ?
Parameters¶
- json: JsonNav val
- link_header: String val
- creds: Credentials val
Returns¶
- PaginatedList[A] val ?