init

abstract fun init(input: JsonObject)

Initializes the Collector with the given input.

Parameters

input

The JsonObject used to initialize the Collector.


open fun init(input: JsonElement)

Initializes the default values of the Collector with the given input. The formData.value.{key} is used to lookup the default value.