Rename AnnotationIntrospector.findDefaultCreator()
as findPreferredCreator()
#4818
Labels
3.0
Issue planned for initial 3.0 release
Naming of this method -- added in Jackson 2.18.0 -- was unfortunate since concept of "default constructor" existed and referred to the 0-argument constructors.
So let's rename it in Jackson 3.0 as "findPreferredCreator".
(note: alternative considered, "findPrimaryCreator()").
Intent is to more clearly indicate expected usage of (possibly) selected creator method.
The text was updated successfully, but these errors were encountered: