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
This method was added the AnotationIntrospector base class in jackson-databind 2.18 and returns null by default.
From my testing, the declaredConstructors are what jackson-databind picks up via Java reflection and appears to be accurate.
I'm reluctant to make changes to the Scala introspector. I have no open issues that I think this will help me fix and I'm worried that implementing something could change behaviour for some Scala class use cases.
My view is to examine its use if there are real world issues reported for jackson-module-scala.
This method was added the AnotationIntrospector base class in jackson-databind 2.18 and returns null by default.
From my testing, the declaredConstructors are what jackson-databind picks up via Java reflection and appears to be accurate.
I'm reluctant to make changes to the Scala introspector. I have no open issues that I think this will help me fix and I'm worried that implementing something could change behaviour for some Scala class use cases.
My view is to examine its use if there are real world issues reported for jackson-module-scala.
Fyi @cowtowncoder
The text was updated successfully, but these errors were encountered: