sourceField

@JvmName(name = "jxxsmjkoghnfmcsg")
suspend fun sourceField(value: Output<JsonMapperSourceFieldArgs>)
@JvmName(name = "eonicitexvnymhhv")
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 = "ccprmjkwhwerstwi")
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.