Skip to content

Commit

Permalink
Change to align with databind/4818 (AnnotationIntrospector method ren…
Browse files Browse the repository at this point in the history
…ame for Jackson 3.0)
  • Loading branch information
cowtowncoder committed Dec 1, 2024
1 parent 68525e2 commit b2efb0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ internal class KotlinNamesAnnotationIntrospector(
}
} ?: baseType

override fun findDefaultCreator(
override fun findPreferredCreator(
config: MapperConfig<*>,
valueClass: AnnotatedClass,
declaredConstructors: List<PotentialCreator>,
Expand Down

0 comments on commit b2efb0f

Please sign in to comment.