Collection

constructor(elementStrategy: MappingStrategy, isSet: Boolean = false)

Parameters

elementStrategy

how to map each element (feeds the seam's convert lambda)

isSet

true when the TARGET field is a kotlin.collections.Set / MutableSet — selects the Set-producing seams (convertEachOrSkipToSet / convertEachOrFailToSet).