Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit d2aa1a2

Browse files
committed
生成方法の変更に伴う修正
1 parent 69cb853 commit d2aa1a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/mapk/kmapper/BoundKMapper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ class BoundKMapper<S : Any, D : Any> private constructor(
4545
.filter { it.kind != KParameter.Kind.INSTANCE && !it.isUseDefaultArgument() }
4646
.mapNotNull {
4747
val temp = srcPropertiesMap[parameterNameConverter(it.getAliasOrName()!!)]?.let { property ->
48-
BoundParameterForMap(it, property)
48+
BoundParameterForMap.newInstance(it, property)
4949
}
5050

5151
// 必須引数に対応するプロパティがsrcに定義されていない場合エラー

0 commit comments

Comments
 (0)