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
Similar to other renamings -- and consistent in particular with #3044 -- it seems that following types:
BeanDeserializerModifier
BeanSeserializerModifier
could and should be slightly modified to replace "Bean" with "Value": reason being that these interfaces are used for all Value serializers/deserializers and not only for property-based Bean types. This would leave remaining "Bean"-suffixed types to be directly related to Bean types.
The text was updated successfully, but these errors were encountered:
cowtowncoder
added
to-evaluate
Issue that has been received but not yet evaluated
3.x
Issues to be only tackled for Jackson 3.x, not 2.x
and removed
to-evaluate
Issue that has been received but not yet evaluated
labels
Feb 8, 2021
cowtowncoder
changed the title
Rename Bean[De]Serializer[Modifier|Builder] as Value[]... in 3.0
Rename Bean[De]SerializerModifier as Value[De]SerializerModifier in 3.0
Feb 8, 2021
(note: part of https://github.com/FasterXML/jackson-future-ideas/wiki/JSTEP-6)
Similar to other renamings -- and consistent in particular with #3044 -- it seems that following types:
BeanDeserializerModifier
BeanSeserializerModifier
could and should be slightly modified to replace "Bean" with "Value": reason being that these interfaces are used for all Value serializers/deserializers and not only for property-based Bean types. This would leave remaining "Bean"-suffixed types to be directly related to Bean types.
The text was updated successfully, but these errors were encountered: