(2.8) Change TypeDeserializerBase
to take JavaType
for defaultImpl
, NOT Class
#1084
Milestone
TypeDeserializerBase
to take JavaType
for defaultImpl
, NOT Class
#1084
(for background, see #1083)
Turns out that it is not possible to properly resolve
defaultImpl
value fromClass
, from constructor ofTypeDeserializerBase
. But there should be no need to wait until there: caller should provide fully resolvedJavaType
already.Since changes required are to semi-public API, change can not be made in patch release, has to wait until 2.8 development.
The text was updated successfully, but these errors were encountered: