Skip to content

Commit b2efb0f

Browse files
committed
Change to align with databind/4818 (AnnotationIntrospector method rename for Jackson 3.0)
1 parent 68525e2 commit b2efb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ internal class KotlinNamesAnnotationIntrospector(
8383
}
8484
} ?: baseType
8585

86-
override fun findDefaultCreator(
86+
override fun findPreferredCreator(
8787
config: MapperConfig<*>,
8888
valueClass: AnnotatedClass,
8989
declaredConstructors: List<PotentialCreator>,

0 commit comments

Comments
 (0)