Skip to content

LabelJSONConverter

[Source]

Converts a JSON object into a Label.

primitive val LabelJSONConverter is
  JSONConverter[Label val] val

Implements


Constructors

create

[Source]

new val create()
: LabelJSONConverter val^

Returns


Public Functions

apply

[Source]

Builds a Label from its JSON representation.

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

Parameters

Returns


eq

[Source]

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

Parameters

Returns


ne

[Source]

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

Parameters

Returns