TransformerProcessorListToMapProperties

data class TransformerProcessorListToMapProperties(val flatten: Boolean? = null, val flattenedElement: TransformerProcessorListToMapPropertiesFlattenedElement? = null, val key: String, val source: String, val target: String? = null, val valueKey: String? = null)

Use this parameter to include the listToMap processor in your transformer.

Constructors

Link copied to clipboard
constructor(flatten: Boolean? = null, flattenedElement: TransformerProcessorListToMapPropertiesFlattenedElement? = null, key: String, source: String, target: String? = null, valueKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val flatten: Boolean? = null
Link copied to clipboard
val key: String
Link copied to clipboard
Link copied to clipboard
val target: String? = null
Link copied to clipboard
val valueKey: String? = null