sourceField

@JvmName(name = "kgsvnturnyvdyeem")
suspend fun sourceField(value: Output<JsonMapperSourceFieldArgs>)
@JvmName(name = "xrhxmxqcjgwgichf")
suspend fun sourceField(value: JsonMapperSourceFieldArgs?)

Parameters

value

Define a source field from which a json array will be read and parsed to it's elements. The number of elements in the json array is expected to be the same as the length of keys.


@JvmName(name = "eajfgtiflucyjdab")
suspend fun sourceField(argument: suspend JsonMapperSourceFieldArgsBuilder.() -> Unit)

Parameters

argument

Define a source field from which a json array will be read and parsed to it's elements. The number of elements in the json array is expected to be the same as the length of keys.