Skip to content

Commit 006638b

Browse files
committed
Add missing content
1 parent e7f1523 commit 006638b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/kotlin/com/fasterxml/jackson/module/kotlin/ArgumentBucket.kt

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ internal class BucketGenerator(parameters: List<KParameter>) {
2323
private const val FILLED_MASK = -1
2424

2525
private val ABSENT_VALUE: Map<Class<*>, Any> = mapOf(
26+
Boolean::class.javaPrimitiveType!! to false,
27+
Char::class.javaPrimitiveType!! to Char.MIN_VALUE,
2628
Byte::class.javaPrimitiveType!! to Byte.MIN_VALUE,
2729
Short::class.javaPrimitiveType!! to Short.MIN_VALUE,
2830
Int::class.javaPrimitiveType!! to Int.MIN_VALUE,

0 commit comments

Comments
 (0)