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

Commit 38f62d7

Browse files
committed
テストのため公開
1 parent cfec017 commit 38f62d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ internal sealed class BoundParameterForMap<S> {
4141
override fun map(src: S): Any? = propertyGetter.invoke(src)?.let { kMapper.map(it, PARAMETER_DUMMY) }
4242
}
4343

44-
private class UseBoundKMapper<S : Any, T : Any>(
44+
internal class UseBoundKMapper<S : Any, T : Any>(
4545
override val name: String,
4646
override val propertyGetter: Method,
4747
private val boundKMapper: BoundKMapper<T, *>

0 commit comments

Comments
 (0)