Skip to content

UserJSONConverter

[Source]

Converts a JSON object into a User.

primitive val UserJSONConverter is
  JSONConverter[User val] val

Implements


Constructors

create

[Source]

new val create()
: UserJSONConverter val^

Returns


Public Functions

apply

[Source]

Parses the JSON representation of a user account.

fun box apply(
  json: JSONNav val,
  creds: Credentials val)
: User val ?

Parameters

Returns


eq

[Source]

fun box eq(
  that: UserJSONConverter val)
: Bool val

Parameters

Returns


ne

[Source]

fun box ne(
  that: UserJSONConverter val)
: Bool val

Parameters

Returns