Skip to content

PaginatedListJsonConverter[A: Any val]

[Source]

Converts a JSON array response with Link header pagination into a PaginatedList. Delegates individual item conversion to the wrapped JsonConverter.

class val PaginatedListJsonConverter[A: Any val]

Constructors

create

[Source]

new val create(
  creds: Credentials val,
  converter: JsonConverter[A] val)
: PaginatedListJsonConverter[A] val^

Parameters

Returns


Public Functions

apply

[Source]

fun box apply(
  json: JsonNav val,
  link_header: String val,
  creds: Credentials val)
: PaginatedList[A] val ?

Parameters

Returns