Skip to content

Commit d878646

Browse files
committed
Minor fix wrt KeySerializers change in jackson-databind
1 parent c2cd802 commit d878646

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/tools/jackson/module/kotlin/KotlinKeyDeserializers.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ internal class KotlinKeyDeserializers(private val cache: ReflectionCache) : JDKK
114114
override fun findKeyDeserializer(
115115
type: JavaType,
116116
config: DeserializationConfig?,
117-
beanDesc: BeanDescription?,
117+
beanDescRef: BeanDescription.Supplier?,
118118
): KeyDeserializer? {
119119
val rawClass = type.rawClass
120120

0 commit comments

Comments
 (0)