You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.