MappingConfig

data class MappingConfig(val usePathBasedMatching: Boolean = true, val fallbackToShapeMatching: Boolean = true, val debug: Boolean = false)(source)

Configuration for weight mapping behavior.

Constructors

Link copied to clipboard
constructor(usePathBasedMatching: Boolean = true, fallbackToShapeMatching: Boolean = true, debug: Boolean = false)

Properties

Link copied to clipboard

Whether to print debug information during mapping

Link copied to clipboard

Whether to fall back to shape-only matching if name matching fails

Link copied to clipboard

Whether to use DSL module path for name matching