Skip to content

CommitFileJSONConverter

[Source]

Converts a JSON object into a CommitFile.

primitive val CommitFileJSONConverter is
  JSONConverter[CommitFile val] val

Implements


Constructors

create

[Source]

new val create()
: CommitFileJSONConverter val^

Returns


Public Functions

apply

[Source]

Parses the JSON representation of a changed file in a commit.

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns