We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
KeySerializers
1 parent c2cd802 commit d878646Copy full SHA for d878646
src/main/kotlin/tools/jackson/module/kotlin/KotlinKeyDeserializers.kt
@@ -114,7 +114,7 @@ internal class KotlinKeyDeserializers(private val cache: ReflectionCache) : JDKK
114
override fun findKeyDeserializer(
115
type: JavaType,
116
config: DeserializationConfig?,
117
- beanDesc: BeanDescription?,
+ beanDescRef: BeanDescription.Supplier?,
118
): KeyDeserializer? {
119
val rawClass = type.rawClass
120
0 commit comments